summaryrefslogtreecommitdiff
path: root/databases/mysql60-server/files/patch-configure
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2009-01-18 22:20:43 +0000
committerAlex Dupre <ale@FreeBSD.org>2009-01-18 22:20:43 +0000
commitb942ed98473f6bee2deab6fe973e82bee1140e4c (patch)
tree06d35ef45df365be4f9017514ccb792743926625 /databases/mysql60-server/files/patch-configure
parentForce commit: repocopy devel/kdesvn to devel/kdesvn-kde4 (diff)
Update to 6.0.9 release.
Notes
Notes: svn path=/head/; revision=226394
Diffstat (limited to 'databases/mysql60-server/files/patch-configure')
-rw-r--r--databases/mysql60-server/files/patch-configure24
1 files changed, 20 insertions, 4 deletions
diff --git a/databases/mysql60-server/files/patch-configure b/databases/mysql60-server/files/patch-configure
index abfacbb91222..c20f77831590 100644
--- a/databases/mysql60-server/files/patch-configure
+++ b/databases/mysql60-server/files/patch-configure
@@ -1,6 +1,6 @@
---- configure.orig Sat May 26 12:22:14 2007
-+++ configure Fri Jun 1 07:53:46 2007
-@@ -20394,8 +20394,6 @@
+--- configure.orig 2009-01-02 16:59:54.000000000 +0100
++++ configure 2009-01-18 10:14:57.000000000 +0100
+@@ -21832,8 +21832,6 @@
# This can be used to rebuild libtool when needed
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@@ -9,7 +9,23 @@
# Prevent multiple expansion
-@@ -26935,8 +26933,8 @@
+@@ -27046,13 +27044,14 @@
+ { $as_echo "$as_me:$LINENO: result: using bundled zlib" >&5
+ $as_echo "using bundled zlib" >&6; }
+ ;;
+- "")
++ *)
+ ZLIB_INCLUDES=""
+ ZLIB_LIBS="-lz"
+
+ save_CPPFLAGS="$CPPFLAGS"
+ save_LIBS="$LIBS"
+ CPPFLAGS="$ZLIB_INCLUDES $CPPFLAGS"
++LIBS="$ZLIB_LIBS $LIBS"
+ if test X"$with_server" = Xno
+ then
+ zlibsym=zlibVersion
+@@ -29214,8 +29213,8 @@
# Some system specific hacks
#