summaryrefslogtreecommitdiff
path: root/net-dialup/hcfpcimodem/files/hcfpcimodem-1.20-gentoo.patch
blob: 11ce09abfbbc34f53eb55b509a3b4faf093e4531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
diff -Nru hcfpcimodem-1.20full.orig/diag/makefile hcfpcimodem-1.20full/diag/makefile
--- hcfpcimodem-1.20full.orig/diag/makefile	2004-12-14 08:50:41.000000000 +0100
+++ hcfpcimodem-1.20full/diag/makefile	2009-11-29 10:35:05.000000000 +0100
@@ -10,7 +10,7 @@
 include $(TOP)/config.mak
 -include $(TOP)/modules/imported/makeflags.mak
 
-CFLAGS =	-I$(TOP)/modules/imported/include -I$(TOP)/modules/include
+CFLAGS +=	-I$(TOP)/modules/imported/include -I$(TOP)/modules/include
 CFLAGS +=	$(IMPORTED_FRAMEWORK_DEFS) $(IMPORTED_GENERAL_DEFS)
 CFLAGS +=	-DCNXTTARGET="\"$(CNXTTARGET)\""
 
@@ -41,13 +41,13 @@
 	$(MKDIR) -p $@
 
 $(CNXTTARGET)diag: diag.o modemexpert.o
-	$(CC) -o $@ $^
+	$(CC) ${LDFLAGS} -o $@ $^
 
 $(CNXTTARGET)scr: scr.o
-	$(CC) -o $@ $^
+	$(CC) ${CFLAGS} ${LDFLAGS} -o $@ $^
 
 $(CNXTTARGET)dmp: dmp.o
-	$(CC) -o $@ $^
+	$(CC) ${CFLAGS} ${LDFLAGS} -o $@ $^
 
 clean:
 	rm -f *.o $(ALL)