diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-25 16:35:58 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-25 16:35:58 +0000 |
commit | e80119b32243a12cef7952314d429a4ac9c9dd22 (patch) | |
tree | f58179c5bd3a9ea386a06caf9a7ad63af9303f32 /net/gaim/files | |
parent | cbf32edcbe84c2bb0ef0d53a7b6ce71e22594264 (diff) | |
download | FreeBSD-ports-e80119b32243a12cef7952314d429a4ac9c9dd22.zip FreeBSD-ports-e80119b32243a12cef7952314d429a4ac9c9dd22.tar.gz |
Update to 0.69 which fixes, among other things, the recent Yahoo! problems.
Submitted by: Eric Anderson <anderson@centtech.com> (based on)
Diffstat (limited to 'net/gaim/files')
-rw-r--r-- | net/gaim/files/patch-configure | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/gaim/files/patch-configure b/net/gaim/files/patch-configure index 24c798a..cfa9500 100644 --- a/net/gaim/files/patch-configure +++ b/net/gaim/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig Tue Sep 2 20:51:30 2003 -+++ configure Tue Sep 2 20:51:41 2003 -@@ -15914,7 +15914,7 @@ - fi +--- configure.orig Thu Sep 25 08:25:16 2003 ++++ configure Thu Sep 25 08:32:49 2003 +@@ -15962,7 +15962,7 @@ - prefix=`eval echo $prefix` -- PERL_MM_PARAMS="INSTALLDIRS=perl PREFIX=$prefix" -+ PERL_MM_PARAMS="INSTALLDIRS=perl PREFIX=%%LOCALBASE%%" + if test "x$prefix" != "xNONE"; then + prefix=`eval echo $prefix` +- PERL_MM_PARAMS="INSTALLDIRS=perl PREFIX=$prefix" ++ PERL_MM_PARAMS="INSTALLDIRS=perl PREFIX=%%LOCALBASE%%" + fi - # Check whether --with-perl-lib or --without-perl-lib was given. |