Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2012 12:17:30 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304091 - head/devel/libftdi
Message-ID:  <201209111217.q8BCHUxD043825@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209111217.q8BCHUxD043825>