diff options
author | ale <ale@FreeBSD.org> | 2004-02-04 15:56:17 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-02-04 15:56:17 +0000 |
commit | 57d924e3527c6248b4f134bd31715ada0f94b9e7 (patch) | |
tree | 15c98f949fe5e06803bd0c2f260643207d2bc5bd /databases/mysql60-server/files | |
parent | 81cc08ef45a6c20bdf55a09779b72a59c3ffb71a (diff) | |
download | FreeBSD-ports-57d924e3527c6248b4f134bd31715ada0f94b9e7.zip FreeBSD-ports-57d924e3527c6248b4f134bd31715ada0f94b9e7.tar.gz |
Finally MySQL 5.0 appears in the ports tree!
PR: ports/60559
Submitted by: me
Approved by: nork (mentor/implicitly)
Diffstat (limited to 'databases/mysql60-server/files')
-rw-r--r-- | databases/mysql60-server/files/patch-configure | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/databases/mysql60-server/files/patch-configure b/databases/mysql60-server/files/patch-configure index 6c102a1..ec52ce4 100644 --- a/databases/mysql60-server/files/patch-configure +++ b/databases/mysql60-server/files/patch-configure @@ -1,13 +1,5 @@ ---- configure.orig Mon Dec 1 13:55:34 2003 -+++ configure Wed Dec 10 00:22:08 2003 -@@ -8127,6 +8127,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' +--- configure.orig Sun Dec 21 19:03:09 2003 ++++ configure Wed Dec 24 10:40:53 2003 @@ -9069,7 +9070,7 @@ ;; esac @@ -49,7 +41,7 @@ - *cygwin*) - FIND_PROC="$PS -e | grep mysqld | grep \" \$\$PID \" > /dev/null" - ;; -- *netware* | *modesto*) +- *netware*) - FIND_PROC= - ;; - *) |