aboutsummaryrefslogtreecommitdiff
path: root/net/pptpclient/files/patch-aa
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-14 18:02:16 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-14 18:02:16 +0000
commitddc70f06b22d247b9ef4b1d9f77e1d6c98617c73 (patch)
tree39692beb2ed8439c7ddea75d0fcb9c271ae43bd1 /net/pptpclient/files/patch-aa
parent054cdfe9bcad72aa7853be8f23e5b762a6ce5352 (diff)
downloadports-ddc70f06b22d247b9ef4b1d9f77e1d6c98617c73.tar.gz
ports-ddc70f06b22d247b9ef4b1d9f77e1d6c98617c73.zip
Notes
Diffstat (limited to 'net/pptpclient/files/patch-aa')
-rw-r--r--net/pptpclient/files/patch-aa20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/pptpclient/files/patch-aa b/net/pptpclient/files/patch-aa
deleted file mode 100644
index a467e34fe3e9..000000000000
--- a/net/pptpclient/files/patch-aa
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.orig 2008-05-14 11:33:55.000000000 +0500
-+++ Makefile 2013-08-29 11:28:02.675336240 +0400
-@@ -4,7 +4,7 @@ RELEASE=
-
- #################################################################
- # CHANGE THIS LINE to point to the location of your pppd binary.
--PPPD = /usr/sbin/pppd
-+PPPD = /usr/sbin/ppp
- #################################################################
-
- BINDIR=$(DESTDIR)/usr/sbin
-@@ -16,7 +16,7 @@ RM = rm -f
- OPTIMIZE= -O0
- DEBUG = -g
- INCLUDE =
--CFLAGS = -Wall $(OPTIMIZE) $(DEBUG) $(INCLUDE)
-+CFLAGS += -Wall $(DEBUG) $(INCLUDE) -DUSER_PPP
- LIBS = -lutil
- # Solaris 10
- # LIBS = -lnsl -lsocket -lresolv