diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-25 10:57:35 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-25 10:57:35 +0000 |
commit | 7653a9855239444fd8746f13b31ed69f3aa19cdd (patch) | |
tree | d6a7112d0752215a0da64e351fba19d6d373fcde /devel | |
parent | - Update to version 1.4.0.1 (bug-fix release) (diff) |
- Fix build package on bento
PR: 57103
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libtifiles/files/patch-macros-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libtifiles/files/patch-macros-Makefile.in b/devel/libtifiles/files/patch-macros-Makefile.in new file mode 100644 index 000000000000..6ea441de5864 --- /dev/null +++ b/devel/libtifiles/files/patch-macros-Makefile.in @@ -0,0 +1,11 @@ +--- macros/Makefile.in.orig Wed Aug 27 12:04:45 2003 ++++ macros/Makefile.in Sat Sep 20 11:44:08 2003 +@@ -186,7 +186,7 @@ + done + + +-aclocaldir = @ACLOCALDIR@ ++aclocaldir = ${datadir}/aclocal + + @Aclocal_TRUE@aclocal_DATA = tifiles.m4 + subdir = macros |