diff options
author | krion <krion@FreeBSD.org> | 2003-09-25 18:57:35 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-25 18:57:35 +0800 |
commit | c127fcce737c3d5ec98a18c3e5e13e07654fa9ef (patch) | |
tree | d7617279d0e871efce30294182c9e1cdd631c36a /devel | |
parent | 1891c67977a1dcdbe402e2099d8938da519f27e8 (diff) | |
download | freebsd-ports-graphics-c127fcce737c3d5ec98a18c3e5e13e07654fa9ef.tar.gz freebsd-ports-graphics-c127fcce737c3d5ec98a18c3e5e13e07654fa9ef.tar.zst freebsd-ports-graphics-c127fcce737c3d5ec98a18c3e5e13e07654fa9ef.zip |
- 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 00000000000..6ea441de586 --- /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 |