diff options
Diffstat (limited to 'sci-physics/root/files/root-6.04.06-prop-flags.patch')
-rw-r--r-- | sci-physics/root/files/root-6.04.06-prop-flags.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sci-physics/root/files/root-6.04.06-prop-flags.patch b/sci-physics/root/files/root-6.04.06-prop-flags.patch new file mode 100644 index 000000000000..90db15e21f6d --- /dev/null +++ b/sci-physics/root/files/root-6.04.06-prop-flags.patch @@ -0,0 +1,22 @@ + config/Makefile.in | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +diff --git a/config/Makefile.in b/config/Makefile.in +index 9243c90..a23a4d2 100644 +--- a/config/Makefile.in ++++ b/config/Makefile.in +@@ -64,11 +64,11 @@ HOST := @host@ + USECONFIG := @useconfig@ + MKLIBOPTIONS := @mkliboption@ + +-EXTRA_CFLAGS := -Iinclude @cflags@ ++EXTRA_CFLAGS := -Iinclude @cflags@ $(CFLAGS) + USERCONF_CFLAGS:= @usercflags@ +-EXTRA_CXXFLAGS := -Iinclude @cflags@ ++EXTRA_CXXFLAGS := -Iinclude @cflags@ $(CXXFLAGS) + USERCONF_CXXFLAGS:= @usercxxflags@ +-EXTRA_LDFLAGS := @ldflags@ ++EXTRA_LDFLAGS := @ldflags@ $(LDFLAGS) + WERROR := @werror@ + WINRTDEBUG := @winrtdebug@ + CTORSINITARRAY := @ctorsinitarray@ |