diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-09-25 09:32:23 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-09-25 09:32:23 +0800 |
commit | 8dd610b645598a27d94370e382ccce819dec8445 (patch) | |
tree | 7310ced347357cbcce184bff6a670e451a20de46 /net | |
parent | 5440e107ef2021749ea1cbb577484e50f3e4c774 (diff) | |
download | freebsd-ports-gnome-8dd610b645598a27d94370e382ccce819dec8445.tar.gz freebsd-ports-gnome-8dd610b645598a27d94370e382ccce819dec8445.tar.zst freebsd-ports-gnome-8dd610b645598a27d94370e382ccce819dec8445.zip |
Remove some debug cruft that accidently got left over after a day's
worth of autoconf hacking. Sigh.
Diffstat (limited to 'net')
-rw-r--r-- | net/samba32/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/samba32/Makefile b/net/samba32/Makefile index 3b40d86afc5c..fe9b92b1d46d 100644 --- a/net/samba32/Makefile +++ b/net/samba32/Makefile @@ -81,10 +81,6 @@ OPTIONS= LDAP "With LDAP support" on \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 -#EXTRA_PATCHES+= ${PATCHDIR}/autoconf267-on-freebsd6.patch -.endif - CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |