summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2018-07-05 11:27:18 +0200
committerGuilherme Amadio <amadio@gentoo.org>2018-07-05 13:05:00 +0200
commitf3fff3e43dbf12f9b561b56d8530a21d5c4d4163 (patch)
tree912988873260f11d9c270cf6f34e4679f3173279 /sci-physics/root/files/root-5.34.26-ldflags.patch
parentsci-physics/root: add live ebuild (diff)
downloadgentoo-f3fff3e43dbf12f9b561b56d8530a21d5c4d4163.tar.gz
gentoo-f3fff3e43dbf12f9b561b56d8530a21d5c4d4163.tar.bz2
gentoo-f3fff3e43dbf12f9b561b56d8530a21d5c4d4163.zip
sci-physics/root: drop old
Closes: https://bugs.gentoo.org/651000 Closes: https://bugs.gentoo.org/620754 Closes: https://bugs.gentoo.org/632128 Closes: https://bugs.gentoo.org/638422 Closes: https://bugs.gentoo.org/649992 Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'sci-physics/root/files/root-5.34.26-ldflags.patch')
-rw-r--r--sci-physics/root/files/root-5.34.26-ldflags.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/sci-physics/root/files/root-5.34.26-ldflags.patch b/sci-physics/root/files/root-5.34.26-ldflags.patch
deleted file mode 100644
index b81dbb5edb00..000000000000
--- a/sci-physics/root/files/root-5.34.26-ldflags.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-commit 3c8bc686abf57e7e2037c4c191cb63a1a5172b5b
-Author: Andrew Savchenko <bircoph@gmail.com>
-Date: Sun Feb 22 03:45:21 2015 +0300
-
- root-5.32.00-prop-flags.patch -> root-5.34.26-prop-flags.patch
-
-diff --git a/config/Makefile.in b/config/Makefile.in
-index 89674e7..91d25b9 100644
---- a/config/Makefile.in
-+++ b/config/Makefile.in
-@@ -29,7 +29,7 @@ EXTRA_CFLAGS := -Iinclude @cflags@
- USERCONF_CFLAGS:= @usercflags@
- EXTRA_CXXFLAGS := -Iinclude @cflags@
- USERCONF_CXXFLAGS:= @usercxxflags@
--EXTRA_LDFLAGS := @ldflags@
-+EXTRA_LDFLAGS := @ldflags@ $(LDFLAGS)
- WERROR := @werror@
- WINRTDEBUG := @winrtdebug@
-