summaryrefslogtreecommitdiff
path: root/math/meschach
diff options
context:
space:
mode:
authorjtb <jtb>2001-03-31 18:18:58 +0000
committerjtb <jtb>2001-03-31 18:18:58 +0000
commit9264ef5cacc06913e25989c7f672ecbd93e58f2e (patch)
tree2b05f4ecc0359ee0639fb8eeca1248b590b26902 /math/meschach
parent8944e4817f03f5870f81b292fd012a457c69b3c1 (diff)
downloadpkgsrc-9264ef5cacc06913e25989c7f672ecbd93e58f2e.tar.gz
Note that the tests run during configuration should not be optimized.
Diffstat (limited to 'math/meschach')
-rw-r--r--math/meschach/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/math/meschach/Makefile b/math/meschach/Makefile
index a45dcf3801f..eccc6b58407 100644
--- a/math/meschach/Makefile
+++ b/math/meschach/Makefile
@@ -1,4 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2001/02/27 18:42:05 jtb Exp $
+# $NetBSD: Makefile,v 1.5 2001/03/31 18:18:58 jtb Exp $
+#
+# XXX The tests run during configuration should not be compiled
+# with optimization as they determine machine parameters and
+# may give incorrect results if optimized.
DISTNAME= mesch12b
PKGNAME= meschach-1.2b
@@ -18,8 +22,8 @@ pre-patch:
${CP} ${FILESDIR}/makefile.in ${WRKSRC}
post-patch:
- ${SED} -e 's:@PREFIX@:'${PREFIX}':g' < \
- ${FILESDIR}/makefile.test > ${WRKSRC}/Makefile
+ ${SED} -e 's:@PREFIX@:'${PREFIX}':g' ${FILESDIR}/makefile.test \
+ > ${WRKSRC}/Makefile
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/meschach