diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-05-15 12:08:06 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-05-15 12:08:06 +0000 |
commit | d06f3588c359506065162e8b2b820e1e49b3b224 (patch) | |
tree | fe0a961fe4dd8aafed4d36ae047ed430b5942276 /mail/sylpheed-claws/files/patch-configure | |
parent | f2830ff59280615d52a8aa041f7531331da7e0ca (diff) |
Notes
Diffstat (limited to 'mail/sylpheed-claws/files/patch-configure')
-rw-r--r-- | mail/sylpheed-claws/files/patch-configure | 108 |
1 files changed, 56 insertions, 52 deletions
diff --git a/mail/sylpheed-claws/files/patch-configure b/mail/sylpheed-claws/files/patch-configure index 635064a1cb20..6739b8497e24 100644 --- a/mail/sylpheed-claws/files/patch-configure +++ b/mail/sylpheed-claws/files/patch-configure @@ -1,7 +1,7 @@ ---- configure.orig Sun Sep 26 03:21:32 2004 -+++ configure Sun Sep 26 03:33:17 2004 -@@ -24006,9 +24006,9 @@ - localedir='${prefix}/share/locale' +--- configure.orig Sun May 15 12:40:22 2005 ++++ configure Sun May 15 12:48:42 2005 +@@ -24058,9 +24058,9 @@ + localedir='${datadir}/locale' -manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual' @@ -12,51 +12,55 @@ if test "x${datadir}" = 'x${prefix}/share'; then -@@ -27646,46 +27646,14 @@ - echo "$as_me:$LINENO: checking for openssl >= 0.9.7" >&5 - echo $ECHO_N "checking for openssl >= 0.9.7... $ECHO_C" >&6 - -- if $PKG_CONFIG --exists "openssl >= 0.9.7" ; then -- echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6 -- succeeded=yes -- -- echo "$as_me:$LINENO: checking OPENSSL_CFLAGS" >&5 --echo $ECHO_N "checking OPENSSL_CFLAGS... $ECHO_C" >&6 -- OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "openssl >= 0.9.7"` -- echo "$as_me:$LINENO: result: $OPENSSL_CFLAGS" >&5 --echo "${ECHO_T}$OPENSSL_CFLAGS" >&6 -- -- echo "$as_me:$LINENO: checking OPENSSL_LIBS" >&5 --echo $ECHO_N "checking OPENSSL_LIBS... $ECHO_C" >&6 -- OPENSSL_LIBS=`$PKG_CONFIG --libs "openssl >= 0.9.7"` -- echo "$as_me:$LINENO: result: $OPENSSL_LIBS" >&5 --echo "${ECHO_T}$OPENSSL_LIBS" >&6 -- else -- OPENSSL_CFLAGS="" -- OPENSSL_LIBS="" -- ## If we have a custom action on failure, don't print errors, but -- ## do set a variable so people can do so. -- OPENSSL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "openssl >= 0.9.7"` -- -- fi -- -- -- - else - echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer." - echo "*** See http://www.freedesktop.org/software/pkgconfig" - fi - fi - -- if test $succeeded = yes; then -- : -- else -- ac_cv_enable_openssl=no -- fi -- - if test x$ac_cv_enable_openssl = xyes; then -+OPENSSL_LIBS=%%OPENSSL_LIBS%% - - cat >>confdefs.h <<\_ACEOF - #define USE_OPENSSL 1 +@@ -27756,15 +27756,16 @@ + if test "x$ac_cv_env_OPENSSL_CFLAGS_set" = "xset"; then + pkg_cv_OPENSSL_CFLAGS=$ac_cv_env_OPENSSL_CFLAGS_value + elif test -n "$PKG_CONFIG"; then +- if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"openssl >= 0.9.7\" >/dev/null 2>&1") >&5 +- ($PKG_CONFIG --exists "openssl >= 0.9.7" >/dev/null 2>&1) 2>&5 +- ac_status=$? +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; then +- pkg_cv_OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "openssl >= 0.9.7" 2>/dev/null` +- else +- pkg_failed=yes +- fi ++# if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"openssl >= 0.9.7\" >/dev/null 2>&1") >&5 ++# ($PKG_CONFIG --exists "openssl >= 0.9.7" >/dev/null 2>&1) 2>&5 ++# ac_status=$? ++# echo "$as_me:$LINENO: \$? = $ac_status" >&5 ++# (exit $ac_status); }; then ++# pkg_cv_OPENSSL_CFLAGS=`$PKG_CONFIG --cflags "openssl >= 0.9.7" 2>/dev/null` ++pkg_cv_OPENSSL_CFLAGS= ++# else ++# pkg_failed=yes ++# fi + else + pkg_failed=untried + fi +@@ -27779,15 +27780,16 @@ + if test "x$ac_cv_env_OPENSSL_LIBS_set" = "xset"; then + pkg_cv_OPENSSL_LIBS=$ac_cv_env_OPENSSL_LIBS_value + elif test -n "$PKG_CONFIG"; then +- if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"openssl >= 0.9.7\" >/dev/null 2>&1") >&5 +- ($PKG_CONFIG --exists "openssl >= 0.9.7" >/dev/null 2>&1) 2>&5 +- ac_status=$? +- echo "$as_me:$LINENO: \$? = $ac_status" >&5 +- (exit $ac_status); }; then +- pkg_cv_OPENSSL_LIBS=`$PKG_CONFIG --libs "openssl >= 0.9.7" 2>/dev/null` +- else +- pkg_failed=yes +- fi ++# if { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists \"openssl >= 0.9.7\" >/dev/null 2>&1") >&5 ++# ($PKG_CONFIG --exists "openssl >= 0.9.7" >/dev/null 2>&1) 2>&5 ++# ac_status=$? ++# echo "$as_me:$LINENO: \$? = $ac_status" >&5 ++# (exit $ac_status); }; then ++# pkg_cv_OPENSSL_LIBS=`$PKG_CONFIG --libs "openssl >= 0.9.7" 2>/dev/null` ++pkg_cv_OPENSSL_LIBS=%%OPENSSL_LIBS%% ++# else ++# pkg_failed=yes ++# fi + else + pkg_failed=untried + fi |