summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-07-16 14:45:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-07-16 14:45:25 +0000
commitd54d68bbceef37d2cca0237a884002cd1a0dd98f (patch)
tree21aefbbe12dc5ee5f6e1fd4b04ab39eed51d8267 /math
parent- Unbreak build after autotools update (diff)
- Fix build after autotools update
Notes
Notes: svn path=/head/; revision=323109
Diffstat (limited to 'math')
-rw-r--r--math/fftw/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/fftw/Makefile b/math/fftw/Makefile
index d09824493922..d7083119f1a2 100644
--- a/math/fftw/Makefile
+++ b/math/fftw/Makefile
@@ -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