Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2013 14:45:26 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323109 - head/math/fftw
Message-ID:  <201307161445.r6GEjQQt076905@svn.freebsd.org>

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



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