diff options
author | alane <alane@FreeBSD.org> | 2002-10-20 00:33:12 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-10-20 00:33:12 +0800 |
commit | ff3f0a9338b414bbd93fbb92964edad0220c0b3d (patch) | |
tree | c2212cc85c6503c10b2588ca43e025584414fd25 | |
parent | 0bf066c3da118d932226a03d40c32f9989611ced (diff) | |
download | freebsd-ports-gnome-ff3f0a9338b414bbd93fbb92964edad0220c0b3d.tar.gz freebsd-ports-gnome-ff3f0a9338b414bbd93fbb92964edad0220c0b3d.tar.zst freebsd-ports-gnome-ff3f0a9338b414bbd93fbb92964edad0220c0b3d.zip |
Fixed Dirk Meyer's bug that the GTK m4 macro wasn't found. No PR, reported
on ports@ list. Updating PORTREVISION to push this out.
-rw-r--r-- | devel/automake14/files/patch-aclocal.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/automake14/files/patch-aclocal.in b/devel/automake14/files/patch-aclocal.in index db7a741b0216..595bc4835df1 100644 --- a/devel/automake14/files/patch-aclocal.in +++ b/devel/automake14/files/patch-aclocal.in @@ -1,5 +1,5 @@ --- aclocal.in.orig Sun Jul 15 06:52:18 2001 -+++ aclocal.in Sun Oct 13 19:58:58 2002 ++++ aclocal.in Sat Oct 19 12:28:09 2002 @@ -32,7 +32,9 @@ $PACKAGE = "@PACKAGE@"; $prefix = "@prefix@"; @@ -7,7 +7,7 @@ -$acdir = "@datadir@/aclocal"; +$acdir = "@datadir@/aclocal14"; + -+$acdir_x11 = '%%X11BASE%%/share/aclocal14'; ++$acdir_x11 = '%%X11BASE%%/share/aclocal'; # Some globals. |