aboutsummaryrefslogtreecommitdiff
path: root/net-im/gaim/files
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-im/gaim/files
parent6f3ece7fe4ec90bd4aa3d9ff1297035f4ae36183 (diff)
downloadports-3e7fe26e3429482a8f39b8f52ed12f81dfa23443.tar.gz
ports-3e7fe26e3429482a8f39b8f52ed12f81dfa23443.zip
Notes
Diffstat (limited to 'net-im/gaim/files')
-rw-r--r--net-im/gaim/files/patch-configure15
1 files changed, 15 insertions, 0 deletions
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