aboutsummaryrefslogtreecommitdiff
path: root/security/heimdal
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2016-11-09 22:42:54 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2016-11-09 22:42:54 +0000
commitc4e34bef1cb75595bbafc497558e9d50daf02c6d (patch)
treecd3abb8aacd3016163560d4040196442c728c79c /security/heimdal
parent7a68cdcef26788eba10ebc167cbbac0296e8b684 (diff)
downloadports-c4e34bef1cb75595bbafc497558e9d50daf02c6d.tar.gz
ports-c4e34bef1cb75595bbafc497558e9d50daf02c6d.zip
Do not let the configure script pick up Berkeley DB from ports.
Approved by: hrs (maintainer)
Notes
Notes: svn path=/head/; revision=425814
Diffstat (limited to 'security/heimdal')
-rw-r--r--security/heimdal/files/patch-configure26
1 files changed, 18 insertions, 8 deletions
diff --git a/security/heimdal/files/patch-configure b/security/heimdal/files/patch-configure
index 795d6f9f1bea..75819ab7213f 100644
--- a/security/heimdal/files/patch-configure
+++ b/security/heimdal/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig 2014-10-20 14:24:44.000000000 +0900
-+++ configure 2014-10-20 14:27:30.000000000 +0900
-@@ -9567,29 +9567,6 @@
+--- configure.orig 2012-12-09 22:09:32 UTC
++++ configure
+@@ -9567,29 +9567,6 @@ fi
hardcode_shlibpath_var=no
;;
@@ -30,7 +30,7 @@
# FreeBSD 3 and greater uses gcc -shared to do shared libraries.
freebsd* | dragonfly*)
archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
-@@ -10561,10 +10538,6 @@
+@@ -10561,10 +10538,6 @@ dgux*)
shlibpath_var=LD_LIBRARY_PATH
;;
@@ -41,7 +41,7 @@
freebsd* | dragonfly*)
# DragonFly does not have aout. When/if they implement a new
# versioning mechanism, adjust this.
-@@ -10572,7 +10545,6 @@
+@@ -10572,7 +10545,6 @@ freebsd* | dragonfly*)
objformat=`/usr/bin/objformat`
else
case $host_os in
@@ -49,7 +49,7 @@
*) objformat=elf ;;
esac
fi
-@@ -10590,18 +10562,6 @@
+@@ -10590,18 +10562,6 @@ freebsd* | dragonfly*)
esac
shlibpath_var=LD_LIBRARY_PATH
case $host_os in
@@ -68,7 +68,7 @@
*) # from 4.6 on, and DragonFly
shlibpath_overrides_runpath=yes
hardcode_into_libs=yes
-@@ -14227,7 +14187,7 @@
+@@ -14227,7 +14187,7 @@ case "$host" in
native_pthread_support="netbsd 3 uses explict pthread"
PTHREAD_LIBADD="-lpthread"
;;
@@ -77,7 +77,17 @@
native_pthread_support=yes
PTHREAD_LIBADD="-pthread"
;;
-@@ -28245,7 +28205,7 @@
+@@ -14393,9 +14353,6 @@ done
+
+ else
+ for ac_header in \
+- db5/db.h \
+- db4/db.h \
+- db3/db.h \
+ db.h \
+
+ do :
+@@ -28245,7 +28202,7 @@ fi
krb_cv_compile_et="no"
krb_cv_com_err_need_r=""