Gentoo Archives: gentoo-commits

From: "Alin Nastac (mrness)" <mrness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/hcfpcimodem/files: hcfpcimodem-1.18-gentoo.patch
Date: Mon, 12 Jan 2009 22:32:06
Message-Id: E1LMVKE-0000ZB-Nz@stork.gentoo.org
1 mrness 09/01/12 22:32:02
2
3 Added: hcfpcimodem-1.18-gentoo.patch
4 Log:
5 Version bump.
6 (Portage version: 2.1.4.5)
7
8 Revision Changes Path
9 1.1 net-dialup/hcfpcimodem/files/hcfpcimodem-1.18-gentoo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/hcfpcimodem/files/hcfpcimodem-1.18-gentoo.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/hcfpcimodem/files/hcfpcimodem-1.18-gentoo.patch?rev=1.1&content-type=text/plain
13
14 Index: hcfpcimodem-1.18-gentoo.patch
15 ===================================================================
16 diff -Nru hcfpcimodem-1.18full.orig/diag/makefile hcfpcimodem-1.18full/diag/makefile
17 --- hcfpcimodem-1.18full.orig/diag/makefile 2004-12-14 07:50:41.000000000 +0000
18 +++ hcfpcimodem-1.18full/diag/makefile 2009-01-12 22:29:02.000000000 +0000
19 @@ -10,7 +10,7 @@
20 include $(TOP)/config.mak
21 -include $(TOP)/modules/imported/makeflags.mak
22
23 -CFLAGS = -I$(TOP)/modules/imported/include -I$(TOP)/modules/include
24 +CFLAGS += -I$(TOP)/modules/imported/include -I$(TOP)/modules/include
25 CFLAGS += $(IMPORTED_FRAMEWORK_DEFS) $(IMPORTED_GENERAL_DEFS)
26 CFLAGS += -DCNXTTARGET="\"$(CNXTTARGET)\""
27
28 @@ -41,13 +41,13 @@
29 $(MKDIR) -p $@
30
31 $(CNXTTARGET)diag: diag.o modemexpert.o
32 - $(CC) -o $@ $^
33 + $(CC) ${LDFLAGS} -o $@ $^
34
35 $(CNXTTARGET)scr: scr.o
36 - $(CC) -o $@ $^
37 + $(CC) ${CFLAGS} ${LDFLAGS} -o $@ $^
38
39 $(CNXTTARGET)dmp: dmp.o
40 - $(CC) -o $@ $^
41 + $(CC) ${CFLAGS} ${LDFLAGS} -o $@ $^
42
43 clean:
44 rm -f *.o $(ALL)