aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-09-12 22:49:38 +0800
committerdwcjr <dwcjr@FreeBSD.org>2002-09-12 22:49:38 +0800
commitb3428fedac924b7c05f03f384e309a19807d6006 (patch)
treea01dfc3a9dd8a8610a37e98cd8bf176651f51591 /net
parent1c1298a4338d566904ce8ec40e3d8b1d0816c14b (diff)
downloadfreebsd-ports-gnome-b3428fedac924b7c05f03f384e309a19807d6006.tar.gz
freebsd-ports-gnome-b3428fedac924b7c05f03f384e309a19807d6006.tar.zst
freebsd-ports-gnome-b3428fedac924b7c05f03f384e309a19807d6006.zip
Do not patch OpenBSD section now that FreeBSD has a section in
configure.in for VFS module building Submitted by: jmurdock@itraktech.com
Diffstat (limited to 'net')
-rw-r--r--net/samba/files/patch-ba12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/samba/files/patch-ba b/net/samba/files/patch-ba
index de7927b3c230..4d22339926f5 100644
--- a/net/samba/files/patch-ba
+++ b/net/samba/files/patch-ba
@@ -1,15 +1,15 @@
---- source/configure.in.orig Fri Aug 9 08:52:09 2002
-+++ source/configure.in Fri Aug 9 08:53:11 2002
+--- source/configure.in.orig Thu Aug 29 07:05:30 2002
++++ source/configure.in Sat Sep 7 20:54:21 2002
@@ -884,7 +884,7 @@
LDSHFLAGS="-shared"
- DYNEXP="-Wl,-Bdynamic"
+ DYNEXP="-Wl,--export-dynamic"
SONAMEFLAG="-Wl,-soname,"
- PICFLAG="-fPIC"
+ PICFLAG="-fPIC -DPIC"
AC_DEFINE(STAT_ST_BLOCKSIZE,512)
;;
- *irix*) AC_DEFINE(IRIX)
-@@ -1897,7 +1897,7 @@
+ *openbsd*) BLDSHARED="true"
+@@ -1914,7 +1914,7 @@
yes)
AC_MSG_RESULT(yes)
AC_DEFINE(KRB5_AUTH)
@@ -18,7 +18,7 @@
CFLAGS="$CFLAGS -I$withval/include"
LDFLAGS="$LDFLAGS -L$withval/lib"
;;
-@@ -2073,7 +2073,7 @@
+@@ -2090,7 +2090,7 @@
AC_DEFINE(WITH_LDAP_SAM)
LDAPLIBS="-lldap"
AC_CHECK_LIB(lber, ber_bvfree, [LDAPLIBS="$LDAPLIBS -llber"])