svn commit: r304091 - head/devel/libftdi

Colin Percival cperciva at FreeBSD.org
Tue Sep 11 12:17:30 UTC 2012


Author: cperciva
Date: Tue Sep 11 12:17:29 2012
New Revision: 304091
URL: http://svn.freebsd.org/changeset/ports/304091

Log:
  Fix build problems with new automake.
  
  PR:		ports/170241 (partial - upgrade to new version not done)
  Submitted by:	Craig Leres
  Approved by:	maintainer timeout

Modified:
  head/devel/libftdi/Makefile

Modified: head/devel/libftdi/Makefile
==============================================================================
--- head/devel/libftdi/Makefile	Tue Sep 11 12:05:13 2012	(r304090)
+++ head/devel/libftdi/Makefile	Tue Sep 11 12:17:29 2012	(r304091)
@@ -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)



More information about the svn-ports-all mailing list