svn commit: r323109 - head/math/fftw

Martin Wilke miwi at FreeBSD.org
Tue Jul 16 14:45:26 UTC 2013


Author: miwi
Date: Tue Jul 16 14:45:25 2013
New Revision: 323109
URL: http://svnweb.freebsd.org/changeset/ports/323109

Log:
  - Fix build after autotools update

Modified:
  head/math/fftw/Makefile   (contents, props changed)

Modified: head/math/fftw/Makefile
==============================================================================
--- head/math/fftw/Makefile	Tue Jul 16 14:43:38 2013	(r323108)
+++ head/math/fftw/Makefile	Tue Jul 16 14:45:25 2013	(r323109)
@@ -28,6 +28,7 @@ USE_FORTRAN=	yes
 USE_GMAKE=	yes
 USE_AUTOTOOLS=	aclocal automake autoconf libtool
 ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
+AUTOMAKE_ARGS=	--add-missing
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 CONFIGURE_ARGS=	--enable-shared
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list