diff options
author | clement <clement@FreeBSD.org> | 2004-09-15 00:18:57 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-09-15 00:18:57 +0800 |
commit | 2c29fac79039aa868d2db33681ac4848263185c4 (patch) | |
tree | ac94c06ead9944d051078cfdba2cf6c419a03227 /www | |
parent | 3f325824df0b625c0d8728f7a4f087ae5fe4b4fd (diff) | |
download | freebsd-ports-gnome-2c29fac79039aa868d2db33681ac4848263185c4.tar.gz freebsd-ports-gnome-2c29fac79039aa868d2db33681ac4848263185c4.tar.zst freebsd-ports-gnome-2c29fac79039aa868d2db33681ac4848263185c4.zip |
- Fix build without SSL support (common case, with apache13* ports)
Approved by: portmgr (marcus)
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_log_sql2/files/patch-configure | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/www/mod_log_sql2/files/patch-configure b/www/mod_log_sql2/files/patch-configure index efde1044c5f7..a8398ac4b8af 100644 --- a/www/mod_log_sql2/files/patch-configure +++ b/www/mod_log_sql2/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.old Tue Jul 20 17:47:33 2004 -+++ configure Mon Aug 2 02:21:00 2004 +--- configure.orig Wed Jul 21 00:47:33 2004 ++++ configure Tue Sep 14 13:59:13 2004 @@ -3174,9 +3174,8 @@ MYSQL_CFLAGS="" MYSQL_LDFLAGS="" @@ -36,7 +36,31 @@ WANT_DBI_MOD=0 else -@@ -4004,7 +4001,7 @@ +@@ -3983,9 +3980,8 @@ + CFLAGS=$ac_save_CFLAGS + CPPFLAGS=$ac_save_CPPFLAGS + if test "x$mod_ssl_h" = "x"; then +- { { echo "$as_me:$LINENO: error: ** mod_ssl.h not found or missing SSL headers!" >&5 +-echo "$as_me: error: ** mod_ssl.h not found or missing SSL headers!" >&2;} +- { (exit 1); exit 1; }; } ++ { echo "$as_me:$LINENO: WARNING: ** mod_ssl.h not found or missing SSL headers!" >&5 ++echo "$as_me: WARNING: ** mod_ssl.h not found or missing SSL headers!" >&2;} + WANT_SSL_MOD=0 + + else +@@ -3993,9 +3989,8 @@ + WANT_SSL_MOD=1 + fi + else +- { { echo "$as_me:$LINENO: error: ** mod_ssl.h not found or missing SSL headers!" >&5 +-echo "$as_me: error: ** mod_ssl.h not found or missing SSL headers!" >&2;} +- { (exit 1); exit 1; }; } ++ { echo "$as_me:$LINENO: WARNING: ** mod_ssl.h not found or missing SSL headers!" >&5 ++echo "$as_me: WARNING: ** mod_ssl.h not found or missing SSL headers!" >&2;} + WANT_SSL_MOD=0 + + fi +@@ -4004,7 +3999,7 @@ case "$target" in *-*-solaris* | *-*-osf* ) |