summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/hcfusbmodem/files/hcfusbmodem-1.18-gentoo.patch')
-rw-r--r--net-dialup/hcfusbmodem/files/hcfusbmodem-1.18-gentoo.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/net-dialup/hcfusbmodem/files/hcfusbmodem-1.18-gentoo.patch b/net-dialup/hcfusbmodem/files/hcfusbmodem-1.18-gentoo.patch
deleted file mode 100644
index dab9a7df6f1a..000000000000
--- a/net-dialup/hcfusbmodem/files/hcfusbmodem-1.18-gentoo.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -Nru hcfusbmodem-1.18powerpcfull.orig/diag/makefile hcfusbmodem-1.18powerpcfull/diag/makefile
---- hcfusbmodem-1.18powerpcfull.orig/diag/makefile 2004-12-14 07:50:41.000000000 +0000
-+++ hcfusbmodem-1.18powerpcfull/diag/makefile 2009-03-13 20:44:53.000000000 +0000
-@@ -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)