summaryrefslogtreecommitdiff
path: root/devel/automake19/files/patch-automake.in
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-03-15 01:25:58 +0000
committerAde Lovett <ade@FreeBSD.org>2004-03-15 01:25:58 +0000
commiteb6f3e503bf30274af29b25408c297050b6a45f2 (patch)
tree2c22c0ec6419158394d35fc992f63d844a003d75 /devel/automake19/files/patch-automake.in
parent- Update maintainer's email address (diff)
Say hello to autoconf 2.59 and automake 1.8(.3) after repo-copy.
It's likely to be a really bad idea to use these until they're hooked into the new bsd.autotools.mk
Notes
Notes: svn path=/head/; revision=104030
Diffstat (limited to 'devel/automake19/files/patch-automake.in')
-rw-r--r--devel/automake19/files/patch-automake.in21
1 files changed, 4 insertions, 17 deletions
diff --git a/devel/automake19/files/patch-automake.in b/devel/automake19/files/patch-automake.in
index f9500dbe28a3..3c9d43806bbe 100644
--- a/devel/automake19/files/patch-automake.in
+++ b/devel/automake19/files/patch-automake.in
@@ -1,20 +1,7 @@
---- automake.in.orig Wed Oct 16 20:33:56 2002
-+++ automake.in Thu Feb 13 14:05:50 2003
-@@ -31,7 +31,7 @@
-
- BEGIN
+--- automake.in.orig Sun Feb 29 09:27:07 2004
++++ automake.in Sun Mar 14 17:04:50 2004
+@@ -33,3 +33,3 @@
{
- my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@-@APIVERSION@';
+ my $perllibdir = $ENV{'perllibdir'} || '@datadir@/@PACKAGE@@APIPVERSION@';
- unshift @INC, $perllibdir;
- }
-
-@@ -126,7 +126,7 @@
- # VERSION as string so that eg version 0.30 will print correctly.
- my $VERSION = '@VERSION@';
- my $PACKAGE = '@PACKAGE@';
--my $libdir = '@datadir@/@PACKAGE@-@APIVERSION@';
-+my $libdir = '@datadir@/@PACKAGE@@APIPVERSION@';
-
- # Some regular expressions. One reason to put them here is that it
- # makes indentation work better in Emacs.
+ unshift @INC, (split ':', $perllibdir);