diff options
author | Alex Dupre <ale@FreeBSD.org> | 2009-07-22 12:16:57 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2009-07-22 12:16:57 +0000 |
commit | 68fc560349652e6af2ac3fba11609c34f7eb6e00 (patch) | |
tree | 83ea9855573af98aa83401fce088b141210b8c7e /databases/mysql55-server/files/patch-configure | |
parent | - Version of .so library required for detection in dependent ports. (diff) |
Fix --enable-dtrace logic and use bundled libtool.
Reported by: many
Notes
Notes:
svn path=/head/; revision=238198
Diffstat (limited to 'databases/mysql55-server/files/patch-configure')
-rw-r--r-- | databases/mysql55-server/files/patch-configure | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/databases/mysql55-server/files/patch-configure b/databases/mysql55-server/files/patch-configure index abfacbb91222..2bd3f24144e6 100644 --- a/databases/mysql55-server/files/patch-configure +++ b/databases/mysql55-server/files/patch-configure @@ -1,15 +1,15 @@ ---- configure.orig Sat May 26 12:22:14 2007 -+++ configure Fri Jun 1 07:53:46 2007 -@@ -20394,8 +20394,6 @@ - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" +--- configure.orig 2009-07-22 12:42:18.000000000 +0200 ++++ configure 2009-07-22 12:41:05.000000000 +0200 +@@ -4000,7 +4000,7 @@ --# Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' + else - # Prevent multiple expansion +- ENABLE_DTRACE="yes" ++ ENABLE_DTRACE="no" -@@ -26935,8 +26933,8 @@ + + fi +@@ -24613,8 +24613,8 @@ # Some system specific hacks # |