summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-05-12 05:24:15 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-05-12 05:24:15 +0000
commit3e7fe26e3429482a8f39b8f52ed12f81dfa23443 (patch)
tree9d82e3f96a7bcf88c050afad7afac5ccfba862b3 /net
parentsdpara is now released under GPL (diff)
Restore a patch to remove -ldl from the NSPR libs. Even though patch
seemed to think this patch wasn't needed, NSS support will not be enabled without it. Reported by: Matthew Luckie <mjl@luckie.org.nz>
Notes
Notes: svn path=/head/; revision=135108
Diffstat (limited to 'net')
-rw-r--r--net/gaim/Makefile1
-rw-r--r--net/gaim/files/patch-configure15
2 files changed, 16 insertions, 0 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile
index 7c3ac27f39a1..f8ef137eb6d6 100644
--- a/net/gaim/Makefile
+++ b/net/gaim/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gaim
PORTVERSION= 1.3.0
+PORTREVISION= 1
CATEGORIES?= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/net/gaim/files/patch-configure b/net/gaim/files/patch-configure
new file mode 100644
index 000000000000..8ce3e483b657
--- /dev/null
+++ b/net/gaim/files/patch-configure
@@ -0,0 +1,15 @@
+--- configure.orig Thu May 12 01:20:01 2005
++++ configure Thu May 12 01:20:31 2005
+@@ -33445,10 +33445,10 @@
+
+ enable_nss="no"
+ else
+- nsprlibs="-ldl $with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB"
++ nsprlibs="$with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB"
+ fi
+ else
+- nsprlibs="-ldl -lplc4 -lplds4 -lnspr4 $PTHREAD_LIB"
++ nsprlibs="-lplc4 -lplds4 -lnspr4 $PTHREAD_LIB"
+ fi
+
+ echo "$as_me:$LINENO: checking for Mozilla nspr libraries" >&5