diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-20 03:12:58 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-09-20 03:12:58 +0800 |
commit | 22ec8cf0e6f6189ba81695f7011a72f67d484978 (patch) | |
tree | 2e81fed981470fa59d5bbbd270f995b74649c479 /net/gaim/files/patch-configure | |
parent | 3bfbcc7ababdfc261e65c43c7d4042bce821d686 (diff) | |
download | marcuscom-ports-22ec8cf0e6f6189ba81695f7011a72f67d484978.tar marcuscom-ports-22ec8cf0e6f6189ba81695f7011a72f67d484978.tar.gz marcuscom-ports-22ec8cf0e6f6189ba81695f7011a72f67d484978.tar.bz2 marcuscom-ports-22ec8cf0e6f6189ba81695f7011a72f67d484978.tar.lz marcuscom-ports-22ec8cf0e6f6189ba81695f7011a72f67d484978.tar.xz marcuscom-ports-22ec8cf0e6f6189ba81695f7011a72f67d484978.tar.zst marcuscom-ports-22ec8cf0e6f6189ba81695f7011a72f67d484978.zip |
Add gaim, and update to 1.0.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2870 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gaim/files/patch-configure')
-rw-r--r-- | net/gaim/files/patch-configure | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/gaim/files/patch-configure b/net/gaim/files/patch-configure new file mode 100644 index 000000000..7ae55f0c9 --- /dev/null +++ b/net/gaim/files/patch-configure @@ -0,0 +1,24 @@ +--- 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 + + +@@ -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 |