summaryrefslogtreecommitdiff
path: root/mail/claws-mail/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'mail/claws-mail/files/patch-configure')
-rw-r--r--mail/claws-mail/files/patch-configure41
1 files changed, 0 insertions, 41 deletions
diff --git a/mail/claws-mail/files/patch-configure b/mail/claws-mail/files/patch-configure
deleted file mode 100644
index 47a8b864dc16..000000000000
--- a/mail/claws-mail/files/patch-configure
+++ /dev/null
@@ -1,41 +0,0 @@
---- configure.orig Sun Apr 28 09:44:55 2002
-+++ configure Tue Apr 30 14:53:48 2002
-@@ -758,7 +758,7 @@
- fi
-
-
--PACKAGE=sylpheed
-+PACKAGE=sylpheed-claws
-
- MAJOR_VERSION=0
- MINOR_VERSION=7
-@@ -1148,7 +1148,7 @@
- fi
-
-
--if test -d "$gnomedir"; then
-+if false; then
- SYLPHEED_GNOME_TRUE=
- SYLPHEED_GNOME_FALSE='#'
- else
-@@ -7479,9 +7479,9 @@
- localedir='${prefix}/${DATADIRNAME}/locale'
-
-
--manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual'
-+manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual'
-
--faqdir='${prefix}/${DATADIRNAME}/${PACKAGE}/faq'
-+faqdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/faq'
-
-
- if test "x${datadir}" = 'x${prefix}/share'; then
-@@ -8948,7 +8948,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