diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-04 15:56:17 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-04 15:56:17 +0000 |
commit | 8a1140ca5e78e0db18e74122d129af8926bebe09 (patch) | |
tree | 5f0ed58c5ffd6adda64f8c5ff45d55f95e0fbf60 /databases/mysql51-server/files/patch-configure | |
parent | Add koffice-i18n-ca. This port is set to IGNORE, (diff) |
Finally MySQL 5.0 appears in the ports tree!
PR: ports/60559
Submitted by: me
Approved by: nork (mentor/implicitly)
Notes
Notes:
svn path=/head/; revision=99976
Diffstat (limited to 'databases/mysql51-server/files/patch-configure')
-rw-r--r-- | databases/mysql51-server/files/patch-configure | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/databases/mysql51-server/files/patch-configure b/databases/mysql51-server/files/patch-configure index 6c102a1762a6..ec52ce45dfb2 100644 --- a/databases/mysql51-server/files/patch-configure +++ b/databases/mysql51-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= - ;; - *) |