diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2010-08-26 16:36:52 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2010-08-26 16:36:52 +0000 |
commit | 953e20898e33a37af28fe4b08fcf54cb2e3ce7c0 (patch) | |
tree | aa1081dff6f55f336af645e4b26891778294a22d /dev-libs/tvision/files | |
parent | Version bump (diff) | |
download | gentoo-2-953e20898e33a37af28fe4b08fcf54cb2e3ce7c0.tar.gz gentoo-2-953e20898e33a37af28fe4b08fcf54cb2e3ce7c0.tar.bz2 gentoo-2-953e20898e33a37af28fe4b08fcf54cb2e3ce7c0.zip |
Use CFLAGS and LDFLAGS for rhtv-config (#334605 by flameeyes)
(Portage version: 2.2_rc69/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/tvision/files')
-rw-r--r-- | dev-libs/tvision/files/tvision-2.1.0_pre2-flags.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/tvision/files/tvision-2.1.0_pre2-flags.patch b/dev-libs/tvision/files/tvision-2.1.0_pre2-flags.patch new file mode 100644 index 000000000000..e74b09ee57d0 --- /dev/null +++ b/dev-libs/tvision/files/tvision-2.1.0_pre2-flags.patch @@ -0,0 +1,11 @@ +--- tvision/Makefile.in ++++ tvision/Makefile.in +@@ -31,7 +31,7 @@ examples: + $(MAKE) -C examples + + rhtv-config$(EXE_EXT): rhtv-config.c include/tv/configtv.h +- @GCC@ -o rhtv-config$(EXE_EXT) -Iinclude rhtv-config.c ++ @GCC@ -o rhtv-config$(EXE_EXT) $(CFLAGS) $(LDFLAGS) -Iinclude rhtv-config.c + + install-headers: + @install_headers@ |