summaryrefslogtreecommitdiff
path: root/math/fftpack/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-10-09 03:36:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-10-09 03:36:39 +0000
commitcce2cc64d678ed40f985c01ad3a266c45f2b315c (patch)
treebfa3e2666532b9d844cf7284ca5bee953cde3ab7 /math/fftpack/Makefile
parentEscape single-quote in BROKEN string. (diff)
Create .so symlink in a.out case. While I'm here, properly add environment
to ldconfig command line.
Notes
Notes: svn path=/head/; revision=13770
Diffstat (limited to 'math/fftpack/Makefile')
-rw-r--r--math/fftpack/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile
index a85f1cabbd83..f96ae79d5ccf 100644
--- a/math/fftpack/Makefile
+++ b/math/fftpack/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 October 1996
# Whom: Pedro Giffuni S.
#
-# $Id: Makefile,v 1.5 1997/11/16 09:48:03 fenner Exp $
+# $Id: Makefile,v 1.6 1997/11/19 01:41:27 asami Exp $
#
DISTNAME= bihar
@@ -31,6 +31,9 @@ post-install:
-${GZIP_CMD} ${GZIP} ${WRKSRC}/fft.doc
${CP} $(WRKSRC)/fft.doc.gz $(PREFIX)/share/doc/fftpack/
.endif
- ${LDCONFIG} -m ${PREFIX}/lib
+ if [ "${PORTOBJFORMAT}" = "aout" ]; then \
+ ${LN} -sf libbihar.so.1 ${PREFIX}/lib/libbihar.so; \
+ fi
+ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>