diff options
| author | Greg Larkin <glarkin@FreeBSD.org> | 2013-07-17 18:19:08 +0000 |
|---|---|---|
| committer | Greg Larkin <glarkin@FreeBSD.org> | 2013-07-17 18:19:08 +0000 |
| commit | e8bdd4e827eb66e35d6f2ce0b3a2bffd33c1818f (patch) | |
| tree | d9b38dac9cffd011222c215b148129498160011f /devel/gearmand/files/patch-configure | |
| parent | Chase security/yara change back to using pcre. (diff) | |
- Updated to 1.0.6 (1.1.x versions will reside in devel/gearman-devel soon)
- Trimmed Makefile header
- Added patches to work around missing alloca.h
- Added CONFLICTS to p5-Gearman-Server for gearmand 1.0.* and 1.1.*
Diffstat (limited to 'devel/gearmand/files/patch-configure')
| -rw-r--r-- | devel/gearmand/files/patch-configure | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/devel/gearmand/files/patch-configure b/devel/gearmand/files/patch-configure index 7726943bf383..40f057f73c04 100644 --- a/devel/gearmand/files/patch-configure +++ b/devel/gearmand/files/patch-configure @@ -1,6 +1,6 @@ ---- ./configure.orig 2012-10-03 15:37:17.000000000 -0400 -+++ ./configure 2012-10-03 15:37:17.000000000 -0400 -@@ -19021,7 +19021,7 @@ +--- ./configure.orig 2013-07-17 10:46:57.000000000 -0400 ++++ ./configure 2013-07-17 10:46:57.000000000 -0400 +@@ -17972,7 +17972,7 @@ else @@ -9,7 +9,7 @@ CURL_CFLAGS="`$CURL_CONFIG $curl_config_args --cflags`" -@@ -19031,7 +19031,7 @@ +@@ -17982,7 +17982,7 @@ fi @@ -18,7 +18,7 @@ CURL_LIBS="`$CURL_CONFIG $curl_config_args --libs`" -@@ -19842,6 +19842,7 @@ +@@ -18667,6 +18667,7 @@ | sed -e 's/"//'` if test $ac_sqlite3_version != ""; then SQLITE3_VERSION=$ac_sqlite3_version @@ -26,3 +26,14 @@ else { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version!" >&5 $as_echo "$as_me: WARNING: Cannot find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version!" >&2;} +@@ -23849,8 +23850,8 @@ + LIBS="$PTHREAD_LIBS" + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' +-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' ++ac_compile='$CC -c $CFLAGS $CPPFLAGS -Werror conftest.$ac_ext >&5' ++ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS -Werror $LDFLAGS conftest.$ac_ext $LIBS >&5' + ac_compiler_gnu=$ac_cv_c_compiler_gnu + + cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
