diff options
author | dirk <dirk@FreeBSD.org> | 1999-04-07 06:28:44 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-04-07 06:28:44 +0800 |
commit | eb41cddb1c331bea67083620687697bc2f2e9c44 (patch) | |
tree | f750757b21310c30372d6405b60827e008bcf429 /databases/mysql51-server/files | |
parent | 66323780bc98b45ce1c81dc166af948ad09b2c7b (diff) | |
download | freebsd-ports-graphics-eb41cddb1c331bea67083620687697bc2f2e9c44.tar.gz freebsd-ports-graphics-eb41cddb1c331bea67083620687697bc2f2e9c44.tar.zst freebsd-ports-graphics-eb41cddb1c331bea67083620687697bc2f2e9c44.zip |
- upgrade to 3.22.21
- pass ${CONFIGURE_ARGS} to mit-pthreads configure
Diffstat (limited to 'databases/mysql51-server/files')
-rw-r--r-- | databases/mysql51-server/files/patch-configure | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/databases/mysql51-server/files/patch-configure b/databases/mysql51-server/files/patch-configure index 26a6ce1c6fc..0f4d1b00d25 100644 --- a/databases/mysql51-server/files/patch-configure +++ b/databases/mysql51-server/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Wed Jan 27 14:41:59 1999 -+++ configure Thu Feb 4 19:50:16 1999 +--- configure.orig Mon Apr 5 01:46:35 1999 ++++ configure Tue Apr 6 23:08:43 1999 @@ -2199,30 +2199,7 @@ echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6 echo "configure:2201: checking "how to check if pid exists"" >&5 @@ -56,3 +56,12 @@ fi # Force static compilation to avoid linking probles/get more speed +@@ -7004,7 +6971,7 @@ + echo "" + echo "Configuring MIT Pthreads" + # We will never install so installation paths are not needed. +- (cd mit-pthreads; sh ./configure) ++ (cd mit-pthreads; sh ./configure ${CONFIGURE_ARGS}) + echo "End of MIT Pthreads configuration" + echo "" + fi |