summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorplunky <plunky@pkgsrc.org>2020-02-24 08:14:34 +0000
committerplunky <plunky@pkgsrc.org>2020-02-24 08:14:34 +0000
commit9775f6bf0448f47d0b0f2c0044c5fdcf28816374 (patch)
tree0dbdf34d9bcb13efea5eb2ad8600ec098fa3488b /math
parentedcd2f4ea26eed9181055adc36e8e470a638bf3c (diff)
downloadpkgsrc-9775f6bf0448f47d0b0f2c0044c5fdcf28816374.tar.gz
fix build error if PKGSRC_FORTRAN=gfortran: add --tag=FC to libtool
Diffstat (limited to 'math')
-rw-r--r--math/arpack/files/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/arpack/files/Makefile b/math/arpack/files/Makefile
index a2a04a76441..49798bb3340 100644
--- a/math/arpack/files/Makefile
+++ b/math/arpack/files/Makefile
@@ -54,9 +54,9 @@ UTIL= cmout.lo cvout.lo dmout.lo dvout.lo icnteq.lo icopy.lo iset.lo \
.PATH: BLAS LAPACK SRC UTIL
.f.lo:
- libtool --mode=compile ${FC} -o $@ -c ${FFLAGS} $<
+ libtool --mode=compile --tag=FC ${FC} -o $@ -c ${FFLAGS} $<
all: libarpack.la
libarpack.la: ${BLAS} ${LAPACK} ${ARPACK} ${UTIL}
- libtool --mode=link ${FC} -o libarpack.la ${BLAS} ${LAPACK} ${ARPACK} ${UTIL} -version-info 1 -rpath ${PREFIX}/lib
+ libtool --mode=link --tag=FC ${FC} -o libarpack.la ${BLAS} ${LAPACK} ${ARPACK} ${UTIL} -version-info 1 -rpath ${PREFIX}/lib