Files
gentoo/dev-libs/tvision/files/tvision-2.2.1.4-flags.patch
Bernd Waibel 00b1c4b1bd dev-libs/tvision: Version bump to 2.2.1.4
Copied over from release 2.1.0_pre2-r4
Add some USE flags: X, debug, gpm
Update metadata.xml: Add maintainer, longdescription, use

Application to proxy maintaining this package.

Closes: https://bugs.gentoo.org/638794
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Closes: https://github.com/gentoo/gentoo/pull/6295
2017-11-30 00:19:20 +01:00

14 lines
392 B
Diff

diff --git a/Makefile.in b/Makefile.in
index 722fb29..f4128dc 100644
--- a/Makefile.in
+++ b/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@