aboutsummaryrefslogtreecommitdiff
path: root/net/poptop/files
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-18 18:22:42 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-18 18:22:42 +0000
commitc1237bfac8fcb99fd64e0d4e6893ce3e44c11f42 (patch)
treef359103fb5b1efc19dbd7b43b5a9a3a8613be999 /net/poptop/files
parent1184df1bd50d089a2ee2c76bd80380c8c786638b (diff)
downloadports-c1237bfac8fcb99fd64e0d4e6893ce3e44c11f42.tar.gz
ports-c1237bfac8fcb99fd64e0d4e6893ce3e44c11f42.zip
Notes
Diffstat (limited to 'net/poptop/files')
-rw-r--r--net/poptop/files/patch-ab25
1 files changed, 23 insertions, 2 deletions
diff --git a/net/poptop/files/patch-ab b/net/poptop/files/patch-ab
index 61ee35c674c8..61166519a849 100644
--- a/net/poptop/files/patch-ab
+++ b/net/poptop/files/patch-ab
@@ -1,8 +1,8 @@
$FreeBSD$
---- Makefile.in.orig Thu Feb 27 16:41:21 2003
-+++ Makefile.in Wed Jun 25 01:35:11 2003
+--- Makefile.in.orig Fri Feb 28 00:41:21 2003
++++ Makefile.in Sat Oct 18 21:51:01 2003
@@ -75,7 +75,7 @@
AUTOMAKE_OPTIONS = no-dependencies foreign
@@ -12,3 +12,24 @@ $FreeBSD$
#CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"'
#CFLAGS = -O2 -fno-builtin -Wall -ansi -pedantic -Wmissing-prototypes -Werror -DSBINDIR='"$(sbindir)"'
+@@ -93,8 +93,8 @@
+ # for dependencies, so just attribute them all to pptpd.
+
+ pptpd_SOURCES = \
+- pptpd.c configfile.c pptpmanager.c compat.c inststr.c getopt.c getopt1.c \
+- compat.h configfile.h ctrlpacket.h defaults.h inststr.h our_getopt.h \
++ pptpd.c configfile.c pptpmanager.c compat.c inststr.c \
++ compat.h configfile.h ctrlpacket.h defaults.h inststr.h out_getopt.h \
+ our_syslog.h ppphdlc.h pptpctrl.h pptpdefs.h pptpgre.h pptpmanager.h
+
+
+@@ -118,8 +118,7 @@
+ LDFLAGS = @LDFLAGS@
+ LIBS = @LIBS@
+ pptpd_OBJECTS = pptpd.$(OBJEXT) configfile.$(OBJEXT) \
+-pptpmanager.$(OBJEXT) compat.$(OBJEXT) inststr.$(OBJEXT) \
+-getopt.$(OBJEXT) getopt1.$(OBJEXT)
++pptpmanager.$(OBJEXT) compat.$(OBJEXT) inststr.$(OBJEXT)
+ pptpd_DEPENDENCIES =
+ pptpd_LDFLAGS =
+ pptpctrl_OBJECTS = pptpctrl.$(OBJEXT) ctrlpacket.$(OBJEXT) \