diff options
author | nsayer <nsayer@FreeBSD.org> | 1999-10-06 10:43:14 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 1999-10-06 10:43:14 +0800 |
commit | 6757447e586cafcadebc9b6f591363f1d4a95d37 (patch) | |
tree | bdf4a749853061a7f1436e16a47a30e2826cbbd5 /net/poptop/files/patch-ac | |
parent | d2e60129d31e942fe4404ae25bd1e73493cb833e (diff) | |
download | freebsd-ports-graphics-6757447e586cafcadebc9b6f591363f1d4a95d37.tar.gz freebsd-ports-graphics-6757447e586cafcadebc9b6f591363f1d4a95d37.tar.zst freebsd-ports-graphics-6757447e586cafcadebc9b6f591363f1d4a95d37.zip |
Import of port for PoPToP -- a PPTP (vpn) server
Diffstat (limited to 'net/poptop/files/patch-ac')
-rw-r--r-- | net/poptop/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/poptop/files/patch-ac b/net/poptop/files/patch-ac new file mode 100644 index 00000000000..f5eafefb8d7 --- /dev/null +++ b/net/poptop/files/patch-ac @@ -0,0 +1,11 @@ +--- Makefile.am.orig Wed Sep 22 17:01:28 1999 ++++ Makefile.am Tue Oct 5 19:25:56 1999 +@@ -11,7 +11,7 @@ + ## warning with -Wmissing-prototypes). + ## -Wmissing-prototypes removed (eg, Linux 2.2.6 headers + ## aren't up to it). +-CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"' ++CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)'" + #CFLAGS = -O2 -fno-builtin -Wall -ansi -pedantic -Wmissing-prototypes -Werror -DSBINDIR='"$(sbindir)"' + + man_MANS = pptpctrl.8 pptpd.8 pptpd.conf.5 |