aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed-claws/files
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2004-10-03 09:43:51 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2004-10-03 09:43:51 +0000
commit24e3decc6adaf432ac2b736b32b84b043f62ab40 (patch)
treea12386dcc12f6d5071dea9eadac002f4354d3e9c /mail/sylpheed-claws/files
parente1a90e3019334b3a3cd33efccc686f77830dce78 (diff)
downloadports-24e3decc6adaf432ac2b736b32b84b043f62ab40.tar.gz
ports-24e3decc6adaf432ac2b736b32b84b043f62ab40.zip
Notes
Diffstat (limited to 'mail/sylpheed-claws/files')
-rw-r--r--mail/sylpheed-claws/files/patch-configure64
1 files changed, 52 insertions, 12 deletions
diff --git a/mail/sylpheed-claws/files/patch-configure b/mail/sylpheed-claws/files/patch-configure
index f5fee614d635..4c5df65601b0 100644
--- a/mail/sylpheed-claws/files/patch-configure
+++ b/mail/sylpheed-claws/files/patch-configure
@@ -1,15 +1,7 @@
---- configure.bak Mon Jun 28 19:14:16 2004
-+++ configure Tue Jun 29 17:16:24 2004
-@@ -19691,6 +19691,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -23957,9 +23958,9 @@
- localedir='${prefix}/${DATADIRNAME}/locale'
+--- 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'
-manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual'
@@ -20,3 +12,51 @@
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=-lssl
+
+ cat >>confdefs.h <<\_ACEOF
+ #define USE_OPENSSL 1