diff options
author | arved <arved@FreeBSD.org> | 2003-04-25 08:31:29 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-04-25 08:31:29 +0800 |
commit | 08a96f3d7760d71143c4f61df97987e6df8bdd15 (patch) | |
tree | 8482a4f157bbd4c8be9ae0b41915489b4369e8e0 /net/poptop | |
parent | 60d324e93d1c5dbe9daa14cc7e76584b31c18b69 (diff) | |
download | freebsd-ports-gnome-08a96f3d7760d71143c4f61df97987e6df8bdd15.tar.gz freebsd-ports-gnome-08a96f3d7760d71143c4f61df97987e6df8bdd15.tar.zst freebsd-ports-gnome-08a96f3d7760d71143c4f61df97987e6df8bdd15.zip |
Fix Makefile.am patch.
PR: 51250
Submitted by: Hoss Firooznia <hfir@math.rochester.edu>
Diffstat (limited to 'net/poptop')
-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 |