summaryrefslogtreecommitdiff
path: root/math/dfftpack/Makefile
diff options
context:
space:
mode:
authorjtb <jtb>2001-02-02 00:23:49 +0000
committerjtb <jtb>2001-02-02 00:23:49 +0000
commiteb056db8245ae973768f8865909445f989969fd7 (patch)
tree1a25f8f6c5a3cdb8eedc545afafe16f4f48795a4 /math/dfftpack/Makefile
parentcca52f6b0b898fb92b85b02cb8dbe85669327d7c (diff)
downloadpkgsrc-eb056db8245ae973768f8865909445f989969fd7.tar.gz
Don't build shared Fortran libraries. They're too problematic.
Strictly numerical libraries, like fftpack, work fine, but some which make use of Fortran I/O have problems resolving symbols. This is a known problem with g77/f2c.
Diffstat (limited to 'math/dfftpack/Makefile')
-rw-r--r--math/dfftpack/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/dfftpack/Makefile b/math/dfftpack/Makefile
index f09e5f10ae1..7001acc5e2e 100644
--- a/math/dfftpack/Makefile
+++ b/math/dfftpack/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/01/26 22:19:35 jtb Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/02 00:23:50 jtb Exp $
DISTNAME= dfftpack-20001209
CATEGORIES= math
@@ -9,7 +9,6 @@ MAINTAINER= jtb@netbsd.org
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
WRKSRC= ${WRKDIR}/dfftpack
USE_FORTRAN= YES
-USE_LIBTOOL= YES
post-extract:
${CP} ${FILESDIR}/Makefile ${WRKSRC}