openbsd-ports/x11/gnome/vfs2/patches/patch-configure
jasper 4501e4c0e1 update gnome-vfs2 to 2.18.1
based on diffs by alek@
testing by Mikolaj Kucharski

ok martynas@
2007-04-27 22:06:37 +00:00

31 lines
999 B
Plaintext

$OpenBSD: patch-configure,v 1.10 2007/04/27 22:06:38 jasper Exp $
--- configure.orig Thu Apr 19 21:09:55 2007
+++ configure Thu Apr 19 21:11:28 2007
@@ -33402,7 +33402,7 @@ if test "${openssl_libs+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&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
@@ -33700,7 +33700,7 @@ if test "${openssl_libs+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&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
@@ -38563,7 +38563,7 @@ if test "${ac_cv_lib_fam_FAMOpen+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lfam $LIBS"
+LIBS="-lfam -lm $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF