diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2005-10-23 10:32:32 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2005-10-23 10:32:32 +0800 |
commit | 366dd413df90b3f22cf075cb33e57f57c9e5fcd9 (patch) | |
tree | 77b098234c074510c3502b4373aba5ffe96c5666 /multimedia/libdvdnav | |
parent | 1eb9d84cfef5d949e95497293010ff3e08a303c2 (diff) | |
download | freebsd-ports-gnome-366dd413df90b3f22cf075cb33e57f57c9e5fcd9.tar.gz freebsd-ports-gnome-366dd413df90b3f22cf075cb33e57f57c9e5fcd9.tar.zst freebsd-ports-gnome-366dd413df90b3f22cf075cb33e57f57c9e5fcd9.zip |
Respect non-standard LOCALBASE.
Reported by: kris
Diffstat (limited to 'multimedia/libdvdnav')
-rw-r--r-- | multimedia/libdvdnav/files/patch-m4:Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/libdvdnav/files/patch-m4:Makefile.in b/multimedia/libdvdnav/files/patch-m4:Makefile.in new file mode 100644 index 000000000000..905e1c7d80c9 --- /dev/null +++ b/multimedia/libdvdnav/files/patch-m4:Makefile.in @@ -0,0 +1,12 @@ +--- m4/Makefile.in.orig Sun Oct 23 11:18:31 2005 ++++ m4/Makefile.in Sun Oct 23 11:19:02 2005 +@@ -116,8 +116,7 @@ + + EXTRA_DIST = dvdnav.m4 + +-@INSTALL_M4_TRUE@m4datadir = @ACLOCAL_DIR@ +-@INSTALL_M4_FALSE@m4datadir = $(datadir)/aclocal ++m4datadir = $(datadir)/aclocal + + m4data_DATA = dvdnav.m4 + subdir = m4 |