diff options
author | jtb <jtb@pkgsrc.org> | 2001-01-23 00:47:49 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-01-23 00:47:49 +0000 |
commit | f281891c1a8a20e707f782979a1a7ca3413a617f (patch) | |
tree | 7f9daa063824849bef1a0c6cbaefa6b0ba221dec /math/slatec/Makefile | |
parent | 16441ea3917bf5ff23158b65aabcd939b0342780 (diff) | |
download | pkgsrc-f281891c1a8a20e707f782979a1a7ca3413a617f.tar.gz |
Problems linking with shared Slatec library. Build only a static Slatec.
Diffstat (limited to 'math/slatec/Makefile')
-rw-r--r-- | math/slatec/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/slatec/Makefile b/math/slatec/Makefile index 0f659535d63..01b848a3657 100644 --- a/math/slatec/Makefile +++ b/math/slatec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/01/20 21:25:31 jtb Exp $ +# $NetBSD: Makefile,v 1.4 2001/01/23 00:47:49 jtb Exp $ DISTNAME= slatec_src PKGNAME= slatec-4.1 @@ -13,9 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= jtb@netbsd.org WRKSRC= ${WRKDIR}/src - -USE_LIBTOOL= YES -UES_FORTRAN= YES +USE_FORTRAN= YES post-extract: ${CP} ${FILESDIR}/d1mach.f ${FILESDIR}/i1mach.f ${FILESDIR}/r1mach.f \ |