diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-23 20:34:47 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-23 20:34:47 +0000 |
commit | a502dc120ce740720ef1141e48b17d118a93c3bd (patch) | |
tree | a790fdacb22a74ad7ad7926bda586d516b4c559c /mail/sylpheed-claws/files/patch-configure | |
parent | ee40a8258fd4098585c63d8c8f2a99887837f4b2 (diff) |
Notes
Diffstat (limited to 'mail/sylpheed-claws/files/patch-configure')
-rw-r--r-- | mail/sylpheed-claws/files/patch-configure | 45 |
1 files changed, 18 insertions, 27 deletions
diff --git a/mail/sylpheed-claws/files/patch-configure b/mail/sylpheed-claws/files/patch-configure index 7fc71eab9637..8359397a893e 100644 --- a/mail/sylpheed-claws/files/patch-configure +++ b/mail/sylpheed-claws/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Sat Jun 15 10:50:09 2002 -+++ configure Sun Jun 16 18:02:59 2002 +--- configure.orig Tue Jul 23 10:51:33 2002 ++++ configure Tue Jul 23 15:46:26 2002 @@ -1172,7 +1172,7 @@ PATH_SEPARATOR="$ac_path_separator" rm -f conftest.sh @@ -8,8 +8,8 @@ +PACKAGE=sylpheed-claws MAJOR_VERSION=0 - MINOR_VERSION=7 -@@ -1612,7 +1612,7 @@ + MINOR_VERSION=8 +@@ -1653,7 +1653,7 @@ fi @@ -18,7 +18,7 @@ SYLPHEED_GNOME_TRUE= SYLPHEED_GNOME_FALSE='#' else -@@ -7019,7 +7019,7 @@ +@@ -7054,7 +7054,7 @@ fi # This can be used to rebuild libtool when needed @@ -27,7 +27,15 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -9932,8 +9932,8 @@ +@@ -9862,6 +9862,7 @@ + #line 9862 "configure" + #include "confdefs.h" + #include <libintl.h> ++#define _nl_domain_bindings _nl_domain_bindings__ /* configure is retarded. */ + extern int _nl_msg_cat_cntr; + extern int *_nl_domain_bindings; + extern +@@ -9967,8 +9968,8 @@ INTLOBJS="\$(GETTOBJS)" BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes @@ -38,7 +46,7 @@ LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi -@@ -10019,9 +10019,9 @@ +@@ -10054,9 +10055,9 @@ localedir='${prefix}/${DATADIRNAME}/locale' @@ -50,29 +58,12 @@ if test "x${datadir}" = 'x${prefix}/share'; then if test "x${prefix}" = "xNONE"; then -@@ -11633,7 +11633,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 "$as_me:11639: result: no" >&5 -@@ -14194,7 +14194,7 @@ +@@ -14555,7 +14556,7 @@ fi done --ac_config_files="$ac_config_files Makefile sylpheed.spec ac/Makefile libkcc/Makefile src/version.h src/Makefile faq/Makefile faq/de/Makefile faq/en/Makefile faq/es/Makefile faq/fr/Makefile faq/it/Makefile manual/Makefile manual/de/Makefile manual/en/Makefile manual/es/Makefile manual/fr/Makefile manual/ja/Makefile tools/Makefile intl/Makefile po/Makefile.in" -+ac_config_files="$ac_config_files Makefile sylpheed.spec ac/Makefile libkcc/Makefile src/version.h src/Makefile faq/Makefile faq/de/Makefile faq/en/Makefile faq/es/Makefile faq/fr/Makefile faq/it/Makefile manual/Makefile manual/de/Makefile manual/en/Makefile manual/es/Makefile manual/fr/Makefile manual/ja/Makefile tools/Makefile po/Makefile.in" +-ac_config_files="$ac_config_files Makefile sylpheed.spec intl/Makefile ac/Makefile po/Makefile.in src/version.h src/Makefile faq/Makefile faq/de/Makefile faq/en/Makefile faq/es/Makefile faq/fr/Makefile faq/it/Makefile man/Makefile manual/Makefile manual/de/Makefile manual/en/Makefile manual/es/Makefile manual/fr/Makefile manual/ja/Makefile tools/Makefile" ++ac_config_files="$ac_config_files Makefile sylpheed.spec ac/Makefile po/Makefile.in src/version.h src/Makefile faq/Makefile faq/de/Makefile faq/en/Makefile faq/es/Makefile faq/fr/Makefile faq/it/Makefile man/Makefile manual/Makefile manual/de/Makefile manual/en/Makefile manual/es/Makefile manual/fr/Makefile manual/ja/Makefile tools/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure -@@ -14539,7 +14539,6 @@ - "manual/fr/Makefile" ) CONFIG_FILES="$CONFIG_FILES manual/fr/Makefile" ;; - "manual/ja/Makefile" ) CONFIG_FILES="$CONFIG_FILES manual/ja/Makefile" ;; - "tools/Makefile" ) CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;; -- "intl/Makefile" ) CONFIG_FILES="$CONFIG_FILES intl/Makefile" ;; - "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; - "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; - "default-2" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-2" ;; |