diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-07-16 20:39:32 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-07-16 20:39:32 +0800 |
commit | 6c1c523ecba6ab11e03ff3afec9867bc0bf99698 (patch) | |
tree | ac02e28613491ac10e24247e22c2c76731b1a05f | |
parent | cf4024fcabe0039253cc4772ba5e9c0fd2ef8155 (diff) | |
download | freebsd-ports-gnome-6c1c523ecba6ab11e03ff3afec9867bc0bf99698.tar.gz freebsd-ports-gnome-6c1c523ecba6ab11e03ff3afec9867bc0bf99698.tar.zst freebsd-ports-gnome-6c1c523ecba6ab11e03ff3afec9867bc0bf99698.zip |
Fix build with automake19.
PR: ports/114401
Submitted by: novel
-rw-r--r-- | multimedia/libdvdnav/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/libdvdnav/Makefile b/multimedia/libdvdnav/Makefile index b7f00c96767c..5264cc20a6a7 100644 --- a/multimedia/libdvdnav/Makefile +++ b/multimedia/libdvdnav/Makefile @@ -32,4 +32,8 @@ post-patch: ${WRKSRC}/configure ${WRKSRC}/configure.ac \ ${WRKSRC}/missing ${WRKSRC}/aclocal.m4 ${WRKSRC}/autogen.sh +post-configure: + ${REINPLACE_CMD} -e 's|automake[0-9][0-9]|${TRUE}|' \ + `${FIND} ${WRKSRC} -type f -name Makefile` + .include <bsd.port.mk> |