ports/mail/claws-mail/files/patch-configure
Patrick Li e30e7d6653 Update to 0.7.1
PR:		34989
Submitted by:	maintainer
2002-02-17 03:02:26 +00:00

38 lines
873 B
Text

--- configure.orig Thu Feb 14 10:08:51 2002
+++ configure Sat Feb 16 02:43:04 2002
@@ -756,7 +756,7 @@
fi
-PACKAGE=sylpheed
+PACKAGE=sylpheed-claws
MAJOR_VERSION=0
MINOR_VERSION=7
@@ -1146,7 +1146,7 @@
fi
-if test -d "$gnomedir"; then
+if false; then
SYLPHEED_GNOME_TRUE=
SYLPHEED_GNOME_FALSE='#'
else
@@ -7470,7 +7470,7 @@
localedir='${prefix}/${DATADIRNAME}/locale'
-manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual'
+manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual'
if test "x${datadir}" = 'x${prefix}/share'; then
@@ -9041,7 +9041,7 @@
if test "$ac_cv_enable_ldap" = yes; then
CFLAGS="$CFLAGS `$GLIB_CONFIG --cflags gthread`"
- LIBS="$LIBS -lldap -llber -lpthread -lresolv `$GLIB_CONFIG --libs gthread`"
+ LIBS="$LIBS -lldap -llber ${PTHREAD_LIBS} `$GLIB_CONFIG --libs gthread`"
fi
else
echo "$ac_t""no" 1>&6