aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/gaim/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-09-03 09:13:36 +0800
committermarcus <marcus@FreeBSD.org>2003-09-03 09:13:36 +0800
commitf3d274f6141f28a39e381d04f75b8192d6f30eda (patch)
treeadaf83a713207e43a7c89aa2e37708f6ff4db8fe /net-im/gaim/files
parent5890148e06144d0fbb06d00a3bf99b2a1555bf5b (diff)
downloadfreebsd-ports-gnome-f3d274f6141f28a39e381d04f75b8192d6f30eda.tar.gz
freebsd-ports-gnome-f3d274f6141f28a39e381d04f75b8192d6f30eda.tar.zst
freebsd-ports-gnome-f3d274f6141f28a39e381d04f75b8192d6f30eda.zip
* 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')
-rw-r--r--net-im/gaim/files/patch-configure11
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 000000000000..24c798ab7451
--- /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.