summaryrefslogtreecommitdiffstats
path: root/devel/gnome-vfs/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnome-vfs/files/patch-configure')
-rw-r--r--devel/gnome-vfs/files/patch-configure54
1 files changed, 54 insertions, 0 deletions
diff --git a/devel/gnome-vfs/files/patch-configure b/devel/gnome-vfs/files/patch-configure
new file mode 100644
index 000000000..7865fc3fb
--- /dev/null
+++ b/devel/gnome-vfs/files/patch-configure
@@ -0,0 +1,54 @@
+--- configure.orig 2009-10-10 11:55:11.000000000 -0400
++++ configure 2009-10-10 11:55:14.000000000 -0400
+@@ -8433,7 +8433,7 @@ fi
+
+
+ for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
+- inttypes.h stdint.h unistd.h
++ inttypes.h stdint.h unistd.h sys/sysmacros.h
+ do
+ as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
+@@ -14864,6 +14864,8 @@ $as_echo_n "checking for LC_MESSAGES...
+ if test "${am_cv_val_LC_MESSAGES+set}" = set; then
+ $as_echo_n "(cached) " >&6
+ else
++ ac_check_lib_save_LIBS=$LIBS
++ LIBS="-lintl $LIBS"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -14911,6 +14913,7 @@ fi
+ rm -rf conftest.dSYM
+ rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
+ conftest$ac_exeext conftest.$ac_ext
++LIBS=$ac_check_lib_save_LIBS
+ fi
+ { $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
+ $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
+@@ -16395,6 +16398,7 @@ as_val=`eval 'as_val=${'$as_ac_var'}
+ cat >>confdefs.h <<_ACEOF
+ #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
+ _ACEOF
++ LIBS="-lintl $LIBS"
+ have_ngettext=yes
+ else
+ { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
+@@ -26068,7 +26072,7 @@ if test "${openssl_libs+set}" = set; the
+ $as_echo_n "(cached) " >&6
+ else
+
+- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl"
++ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF
+@@ -26363,7 +26367,7 @@ if test "${openssl_libs+set}" = set; the
+ $as_echo_n "(cached) " >&6
+ else
+
+- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl"
++ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto"
+ cat >conftest.$ac_ext <<_ACEOF
+ /* confdefs.h. */
+ _ACEOF