summaryrefslogtreecommitdiff
path: root/databases/mysql60-server/files/patch-configure
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-01-11 11:58:42 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-01-11 11:58:42 +0000
commit02deaaf2a75d90655190b6a24fe82c7bf8a0962f (patch)
tree0114c63ba07e62760295ab05c23f6b519a6365ea /databases/mysql60-server/files/patch-configure
parentUpdate to 4.3.2 release. (diff)
As announced, remove MySQL 6.0 (dead development branch) and update CONFLICTS.
Notes
Notes: svn path=/head/; revision=247607
Diffstat (limited to 'databases/mysql60-server/files/patch-configure')
-rw-r--r--databases/mysql60-server/files/patch-configure38
1 files changed, 0 insertions, 38 deletions
diff --git a/databases/mysql60-server/files/patch-configure b/databases/mysql60-server/files/patch-configure
deleted file mode 100644
index c20f77831590..000000000000
--- a/databases/mysql60-server/files/patch-configure
+++ /dev/null
@@ -1,38 +0,0 @@
---- 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"
-
--# Always use our own libtool.
--LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-
- # Prevent multiple expansion
-
-@@ -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
- #
-
--MAX_C_OPTIMIZE="-O3"
--MAX_CXX_OPTIMIZE="-O3"
-+MAX_C_OPTIMIZE=""
-+MAX_CXX_OPTIMIZE=""
-
- case $SYSTEM_TYPE in
- *solaris2.7*)