summaryrefslogtreecommitdiff
path: root/comms/modemd/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'comms/modemd/patches/patch-aa')
-rw-r--r--comms/modemd/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/comms/modemd/patches/patch-aa b/comms/modemd/patches/patch-aa
new file mode 100644
index 00000000000..2f60ba43b25
--- /dev/null
+++ b/comms/modemd/patches/patch-aa
@@ -0,0 +1,15 @@
+--- common/Makefile.orig Tue Sep 10 02:11:06 1996
++++ common/Makefile Tue Mar 3 17:41:28 1998
+@@ -3,8 +3,11 @@
+ LIB=modemd
+ # Don't need a profiled library...
+ NOPROFILE=
++NOPIC=
+
+-CFLAGS += -I${.CURDIR}/.. -I${.CURDIR}/../include
++CPPFLAGS += -I${.CURDIR}/.. -I${.CURDIR}/../include
++
++install:
+
+ .include "../Makefile.inc"
+ .include <bsd.lib.mk>