diff options
author | dirk <dirk@FreeBSD.org> | 2000-05-03 19:33:14 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-05-03 19:33:14 +0800 |
commit | 05721e7eb1020ec58b6d67d7ac048d756c41ef8e (patch) | |
tree | a8377fa9984545ad8e09027044117c558d2fbf78 /databases/mysql54-server | |
parent | e4f0f3c2e82727fb6e193b165c035ebf31276218 (diff) | |
download | freebsd-ports-gnome-05721e7eb1020ec58b6d67d7ac048d756c41ef8e.tar.gz freebsd-ports-gnome-05721e7eb1020ec58b6d67d7ac048d756c41ef8e.tar.zst freebsd-ports-gnome-05721e7eb1020ec58b6d67d7ac048d756c41ef8e.zip |
Remove -Werror from configure script. This caused incorrect results
if -Wall was in CFLAGS. Thus mysql didn't build.
Reported, analyzed and tested by: deischen
Diffstat (limited to 'databases/mysql54-server')
-rw-r--r-- | databases/mysql54-server/files/patch-configure | 47 |
1 files changed, 40 insertions, 7 deletions
diff --git a/databases/mysql54-server/files/patch-configure b/databases/mysql54-server/files/patch-configure index 8476a2bd9a60..133bd4200860 100644 --- a/databases/mysql54-server/files/patch-configure +++ b/databases/mysql54-server/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Wed Jan 12 04:32:17 2000 -+++ configure Tue Jan 25 14:58:09 2000 +--- configure.orig Sun Feb 13 03:46:09 2000 ++++ configure Wed May 3 12:20:25 2000 @@ -2743,7 +2743,7 @@ ;; esac @@ -41,7 +41,7 @@ echo "$ac_t"""$FIND_PROC"" 1>&6 # Check if a pid is valid -@@ -4614,8 +4591,6 @@ +@@ -4646,8 +4623,6 @@ #define $ac_tr_lib 1 EOF @@ -50,7 +50,7 @@ else echo "$ac_t""no" 1>&6 fi -@@ -4849,28 +4824,6 @@ +@@ -4881,28 +4856,6 @@ fi @@ -79,7 +79,40 @@ # Check whether --with-debug or --without-debug was given. if test "${with_debug+set}" = set; then withval="$with_debug" -@@ -7973,7 +7926,7 @@ +@@ -5615,10 +5568,6 @@ + ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' + cross_compiling=$ac_cv_prog_cxx_cross + +-if test "$ac_cv_prog_gxx" = "yes" +-then +- CXXFLAGS="$CXXFLAGS -Werror" +-fi + mysql_cv_btype_last_arg_accept=none + cat > conftest.$ac_ext <<EOF + #line 5625 "configure" +@@ -7655,10 +7604,6 @@ + ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' + cross_compiling=$ac_cv_prog_cxx_cross + +-if test "$ac_cv_prog_gxx" = "yes" +-then +- CXXFLAGS="$CXXFLAGS -Werror" +-fi + cat > conftest.$ac_ext <<EOF + #line 7664 "configure" + #include "confdefs.h" +@@ -7721,10 +7666,6 @@ + ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' + cross_compiling=$ac_cv_prog_cxx_cross + +-if test "$ac_cv_prog_gxx" = "yes" +-then +- CXXFLAGS="$CXXFLAGS -Werror" +-fi + cat > conftest.$ac_ext <<EOF + #line 7730 "configure" + #include "confdefs.h" +@@ -8005,7 +7946,7 @@ #include <pthread.h> int main() { pthread_attr_t thr_attr; @@ -87,8 +120,8 @@ +XXXpthread_attr_setscope(&thr_attr,0); ; return 0; } EOF - if { (eval echo configure:7980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -@@ -8178,7 +8131,7 @@ + if { (eval echo configure:8012: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +@@ -8210,7 +8151,7 @@ echo "" echo "Configuring MIT Pthreads" # We will never install so installation paths are not needed. |