diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-25 00:31:29 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-25 00:31:29 +0000 |
commit | a8015621e2a86f7e6e24c1549da2d99261286ff5 (patch) | |
tree | 6960595e3ee5b9c89d4df910c5204655bbd8a396 /net/poptop/files | |
parent | 2de006395ad9ad10d668836e72e6f0e559dbf648 (diff) | |
download | ports-a8015621e2a86f7e6e24c1549da2d99261286ff5.tar.gz ports-a8015621e2a86f7e6e24c1549da2d99261286ff5.zip |
Notes
Diffstat (limited to 'net/poptop/files')
-rw-r--r-- | net/poptop/files/patch-ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/poptop/files/patch-ac b/net/poptop/files/patch-ac index 92fb9cf37021..25211fa05c14 100644 --- a/net/poptop/files/patch-ac +++ b/net/poptop/files/patch-ac @@ -5,7 +5,7 @@ ## -Wmissing-prototypes removed (eg, Linux 2.2.6 headers ## aren't up to it). -CFLAGS = -O2 -fno-builtin -Wall -ansi -DSBINDIR='"$(sbindir)"' -+CFLAGS+= -DSBINDIR='"$(sbindir)"' -DETCDIR='"$(sysconfdir)"' ++CFLAGS= ${CFLAGS} -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 |