mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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
14 lines
392 B
Diff
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@
|