diff options
author | ade <ade@FreeBSD.org> | 2010-09-25 09:32:23 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-09-25 09:32:23 +0800 |
commit | e78c51e1caa5634e7ffbf72d9452a8ee3f5042bc (patch) | |
tree | 102d9965922ac4c4357fa5852e1de01df78033be | |
parent | 96a9370529ce811bc0075888d590269d6733f2e7 (diff) | |
download | freebsd-ports-gnome-e78c51e1caa5634e7ffbf72d9452a8ee3f5042bc.tar.gz freebsd-ports-gnome-e78c51e1caa5634e7ffbf72d9452a8ee3f5042bc.tar.zst freebsd-ports-gnome-e78c51e1caa5634e7ffbf72d9452a8ee3f5042bc.zip |
Remove some debug cruft that accidently got left over after a day's
worth of autoconf hacking. Sigh.
-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}" |