diff options
Diffstat (limited to 'devel/gnome-vfs/files/patch-configure')
-rw-r--r-- | devel/gnome-vfs/files/patch-configure | 37 |
1 files changed, 37 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..e44e93476 --- /dev/null +++ b/devel/gnome-vfs/files/patch-configure @@ -0,0 +1,37 @@ +--- configure.orig 2010-09-29 07:03:15.000000000 +0000 ++++ configure 2010-09-29 07:09:42.000000000 +0000 +@@ -8424,7 +8424,7 @@ + + # On IRIX 5.3, sys/types and inttypes.h are conflicting. + 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` + ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default +@@ -14465,6 +14465,7 @@ + cat >>confdefs.h <<_ACEOF + #define HAVE_NGETTEXT 1 + _ACEOF ++ LIBS="-lintl $LIBS" + have_ngettext=yes + else + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ngettext in -lintl" >&5 +@@ -17694,7 +17695,7 @@ + $as_echo_n "(cached) " >&6 + else + +- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" ++ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -17824,7 +17825,7 @@ + $as_echo_n "(cached) " >&6 + else + +- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" ++ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + |