diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-03 01:13:36 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-03 01:13:36 +0000 |
commit | f3d274f6141f28a39e381d04f75b8192d6f30eda (patch) | |
tree | adaf83a713207e43a7c89aa2e37708f6ff4db8fe /net-im/gaim/files/patch-configure | |
parent | 5890148e06144d0fbb06d00a3bf99b2a1555bf5b (diff) | |
download | FreeBSD-ports-f3d274f6141f28a39e381d04f75b8192d6f30eda.zip FreeBSD-ports-f3d274f6141f28a39e381d04f75b8192d6f30eda.tar.gz |
* Update to 0.68 [1]
* Nasty hack to allow Perl to work where its supported, and install in the
default Perl prefix
Submitted by: Matthew Luckie <mjl@luckie.org.nz> [1] (based on)
Diffstat (limited to 'net-im/gaim/files/patch-configure')
-rw-r--r-- | net-im/gaim/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/gaim/files/patch-configure b/net-im/gaim/files/patch-configure new file mode 100644 index 0000000..24c798a --- /dev/null +++ b/net-im/gaim/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Tue Sep 2 20:51:30 2003 ++++ configure Tue Sep 2 20:51:41 2003 +@@ -15914,7 +15914,7 @@ + fi + + prefix=`eval echo $prefix` +- PERL_MM_PARAMS="INSTALLDIRS=perl PREFIX=$prefix" ++ PERL_MM_PARAMS="INSTALLDIRS=perl PREFIX=%%LOCALBASE%%" + + + # Check whether --with-perl-lib or --without-perl-lib was given. |