diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-05-12 05:24:15 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-05-12 05:24:15 +0000 |
commit | 3e7fe26e3429482a8f39b8f52ed12f81dfa23443 (patch) | |
tree | 9d82e3f96a7bcf88c050afad7afac5ccfba862b3 | |
parent | sdpara 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
-rw-r--r-- | net-im/gaim/Makefile | 1 | ||||
-rw-r--r-- | net-im/gaim/files/patch-configure | 15 | ||||
-rw-r--r-- | net/gaim/Makefile | 1 | ||||
-rw-r--r-- | net/gaim/files/patch-configure | 15 |
4 files changed, 32 insertions, 0 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 7c3ac27f39a1..f8ef137eb6d6 100644 --- a/net-im/gaim/Makefile +++ b/net-im/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-im/gaim/files/patch-configure b/net-im/gaim/files/patch-configure new file mode 100644 index 000000000000..8ce3e483b657 --- /dev/null +++ b/net-im/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 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 |