diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-26 08:05:29 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-26 08:05:29 +0000 |
commit | 4c0d97dcd1a5164a8a432e9671991d6c7adb4f03 (patch) | |
tree | f5ee066a45e18699884ae438b459d4fd70a74f81 /devel/gnomevfs2 | |
parent | 681d649cd50c514387d174f25b489d5744729add (diff) | |
download | FreeBSD-ports-4c0d97dcd1a5164a8a432e9671991d6c7adb4f03.zip FreeBSD-ports-4c0d97dcd1a5164a8a432e9671991d6c7adb4f03.tar.gz |
Prevent OpenSSL detection, because otherwise re-entrancy issues will cause
galeon to coredump in MD2_Update(). Bump PORTREVISION.
Prompted by: Joe Marcus Clarke <marcus@marcuscom.com>
Diffstat (limited to 'devel/gnomevfs2')
-rw-r--r-- | devel/gnomevfs2/Makefile | 2 | ||||
-rw-r--r-- | devel/gnomevfs2/files/patch-aa | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index 76cb0ac..07bb60e 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomevfs PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-vfs diff --git a/devel/gnomevfs2/files/patch-aa b/devel/gnomevfs2/files/patch-aa index 6b14a39..430f97e 100644 --- a/devel/gnomevfs2/files/patch-aa +++ b/devel/gnomevfs2/files/patch-aa @@ -41,7 +41,7 @@ $FreeBSD$ else - LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" -+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto" ++ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcryptofoo" cat > conftest.$ac_ext <<EOF #line 10107 "configure" #include "confdefs.h" @@ -50,7 +50,7 @@ $FreeBSD$ msg_openssl="yes" - OPENSSL_LDFLAGS="-L$with_openssl_libs -lssl -lcrypto -ldl" -+ OPENSSL_LDFLAGS="-L$with_openssl_libs -lssl -lcrypto" ++ OPENSSL_LDFLAGS="-L$with_openssl_libs -lssl -lcryptofoo" if true; then |