* [gentoo-commits] gentoo-x86 commit in media-tv/dvbtune/files: dvbtune-0.5-r1-gentoo.diff
@ 2013-02-02 0:35 Michael Weber (xmw)
0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2013-02-02 0:35 UTC (permalink / raw
To: gentoo-commits
xmw 13/02/02 00:35:07
Added: dvbtune-0.5-r1-gentoo.diff
Log:
Revbump to fix LDFLAGS (thanks Chris Mayo, bug 333495)
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path
1.1 media-tv/dvbtune/files/dvbtune-0.5-r1-gentoo.diff
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/dvbtune/files/dvbtune-0.5-r1-gentoo.diff?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/dvbtune/files/dvbtune-0.5-r1-gentoo.diff?rev=1.1&content-type=text/plain
Index: dvbtune-0.5-r1-gentoo.diff
===================================================================
--- dvbtune-0.5/Makefile.orig 2006-01-06 13:01:11.973196250 +0100
+++ dvbtune-0.5/Makefile 2006-01-06 13:01:46.667364500 +0100
@@ -1,5 +1,6 @@
INCS=-I /usr/include/libxml2
-CFLAGS= -Wall $(INCS)
+CFLAGS ?= -Wall
+CFLAGS += $(INCS)
CC=gcc
all: dvbtune
@@ -33,7 +33,7 @@
dvbtune: dvbtune.c tune.o
xml2vdr: xml2vdr.c
- $(CC) $(CFLAGS) -o xml2vdr xml2vdr.c -lxml2
+ $(CC) $(CFLAGS) -o xml2vdr xml2vdr.c -lxml2 $(LDFLAGS)
clean:
rm -f *.o *~ dvbtune xml2vdr
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-02 0:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-02 0:35 [gentoo-commits] gentoo-x86 commit in media-tv/dvbtune/files: dvbtune-0.5-r1-gentoo.diff Michael Weber (xmw)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox