diff options
author | itojun <itojun@FreeBSD.org> | 1998-04-18 12:38:30 +0000 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-04-18 12:38:30 +0000 |
commit | 5d0aa79b505805915dded69a955d8be27f995cfe (patch) | |
tree | a2a0fb4aa6fee03d6348ffcad81c0f3fd696aab8 /net/netpipes/files | |
parent | 5150bf947404a987d2371419950a416d75f408bb (diff) | |
download | FreeBSD-ports-5d0aa79b505805915dded69a955d8be27f995cfe.zip FreeBSD-ports-5d0aa79b505805915dded69a955d8be27f995cfe.tar.gz |
original distribution updated (-> 4.0)
PR: 6302
Diffstat (limited to 'net/netpipes/files')
-rw-r--r-- | net/netpipes/files/patch-aa | 40 |
1 files changed, 22 insertions, 18 deletions
diff --git a/net/netpipes/files/patch-aa b/net/netpipes/files/patch-aa index 43e8410..89e5070 100644 --- a/net/netpipes/files/patch-aa +++ b/net/netpipes/files/patch-aa @@ -1,30 +1,34 @@ ---- Makefile.orig Fri Jun 28 00:03:45 1996 -+++ Makefile Tue Jul 8 15:15:40 1997 +--- Makefile.orig Wed Apr 15 11:49:24 1998 ++++ Makefile Wed Apr 15 11:50:42 1998 @@ -17,7 +17,7 @@ # You probably want to change this: #INSTROOT = ${HOME} --INSTROOT = /depot/collections0/netpipes3.2 +-INSTROOT = /depot/collections0/netpipes4.0 +INSTROOT = ${PREFIX} INSTBIN = ${INSTROOT}/bin INSTMAN = ${INSTROOT}/man -@@ -46,8 +46,12 @@ - # (that system call is used by the -daemon argument to detach faucet from - # the controlling terminal) - -+# FreeBSD 2.1.0 -+CFLAGS += -DUSE_IOCTL $(CDEBUGFLAGS) -+CC = gcc -+ - # SunOS 4.1.4 --CFLAGS = -DUSE_IOCTL -DNO_MEMMOVE $(CDEBUGFLAGS) -+#CFLAGS = -DUSE_IOCTL -DNO_MEMMOVE $(CDEBUGFLAGS) +@@ -52,7 +52,7 @@ + #CFLAGS = -DUSE_IOCTL -DNO_MEMMOVE -DNO_STRERROR $(CDEBUGFLAGS) # Linux - #CFLAGS = -DUSE_IOCTL -DSYSV $(CDEBUGFLAGS) -@@ -83,14 +87,9 @@ - ${CC} ${CFLAGS} -o $@ ${GOBJS} ${LDLIBS} +-CFLAGS = -DUSE_IOCTL -DPOSIX_SIG -DHAVE_INET_ATON $(CDEBUGFLAGS) ++#CFLAGS = -DUSE_IOCTL -DPOSIX_SIG -DHAVE_INET_ATON $(CDEBUGFLAGS) + + # SGI + #CFLAGS = -DSYSV $(CDEBUGFLAGS) +@@ -61,7 +61,7 @@ + #CFLAGS = -DPOSIX_SIG $(CDEBUGFLAGS) + + # FreeBSD +-#CFLAGS = -DPOSIX_SIG $(CDEBUGFLAGS) ++CFLAGS = -DPOSIX_SIG $(CDEBUGFLAGS) + + # AIX 4.1.4 and 3.2.5 + #CFLAGS = -DPOSIX_SIG -DAIX $(CDEBUGFLAGS) +@@ -103,14 +103,9 @@ + ${CC} ${CFLAGS} -o $@ ${EOBJS} ${LDLIBS} install : all - [ -d ${INSTROOT} ] || mkdir ${INSTROOT} @@ -40,4 +44,4 @@ + ln -f -s ${INSTBIN}/getpeername ${INSTBIN}/getsockname clean : - rm -f ${FOBJS} ${HOBJS} ${SOBJS} ${GOBJS} + rm -f ${FOBJS} ${HOBJS} ${SOBJS} ${GOBJS} ${TOBJS} ${EOBJS} |