diff options
author | cperciva <cperciva@FreeBSD.org> | 2012-09-11 20:17:29 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2012-09-11 20:17:29 +0800 |
commit | 11ddb4c6e709a5de2de39974590ca8fa60344f43 (patch) | |
tree | 26f466408bb81982161191fad4d393efdcaca7fe | |
parent | fa9971932ac008ecb4aac01f359e1f06d98d20f5 (diff) | |
download | freebsd-ports-graphics-11ddb4c6e709a5de2de39974590ca8fa60344f43.tar.gz freebsd-ports-graphics-11ddb4c6e709a5de2de39974590ca8fa60344f43.tar.zst freebsd-ports-graphics-11ddb4c6e709a5de2de39974590ca8fa60344f43.zip |
Fix build problems with new automake.
PR: ports/170241 (partial - upgrade to new version not done)
Submitted by: Craig Leres
Approved by: maintainer timeout
-rw-r--r-- | devel/libftdi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libftdi/Makefile b/devel/libftdi/Makefile index 34e18f27e62..1f3124600b2 100644 --- a/devel/libftdi/Makefile +++ b/devel/libftdi/Makefile @@ -47,7 +47,7 @@ post-patch: ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in pre-configure: - @cd ${WRKSRC} && ${AUTORECONF} + @cd ${WRKSRC} && ${AUTORECONF} --force --install post-install: .if !defined(NOPORTDOCS) |