diff options
| author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-10 17:33:31 +0000 |
|---|---|---|
| committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-10 17:33:31 +0000 |
| commit | 382e9b638ce468002ed0fecbba5d20fdb14d35bb (patch) | |
| tree | 0af4f6575205cd5fb4564681dbfccc545024971a /net/gaim/files/patch-configure | |
| parent | Fix run error by missing IPObfuscater.pm. (diff) | |
* Update to 0.71 [1]
* Add optional Mozilla NSS support
Submitted by: Matthew Luckie <mjl@luckie.org.nz> [1]
Diffstat (limited to 'net/gaim/files/patch-configure')
| -rw-r--r-- | net/gaim/files/patch-configure | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/net/gaim/files/patch-configure b/net/gaim/files/patch-configure index b00f81cb44f4..7ae55f0c90bd 100644 --- a/net/gaim/files/patch-configure +++ b/net/gaim/files/patch-configure @@ -1,11 +1,24 @@ ---- configure.orig Mon Sep 29 12:41:50 2003 -+++ configure Mon Sep 29 12:43:14 2003 -@@ -15962,7 +15962,7 @@ +--- configure.orig Thu Oct 9 20:05:15 2003 ++++ configure Fri Oct 10 13:22:18 2003 +@@ -16164,7 +16164,7 @@ - if test "x$prefix" != "xNONE"; then - prefix=`eval echo $prefix` -- PERL_MM_PARAMS="INSTALLDIRS=vendor PREFIX=$prefix" -+ PERL_MM_PARAMS="INSTALLDIRS=vendor PREFIX=%%LOCALBASE%%" - fi + if test "x$prefix" != "xNONE"; then + prefix=`eval echo $prefix` +- PERL_MM_PARAMS="INSTALLDIRS=vendor PREFIX=$prefix" ++ PERL_MM_PARAMS="INSTALLDIRS=vendor PREFIX=%%LOCALBASE%%" + fi +@@ -16915,10 +16915,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 |
