summaryrefslogtreecommitdiff
path: root/benchmarks/paranoia
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-07-30 15:50:37 +0000
committerminskim <minskim@pkgsrc.org>2004-07-30 15:50:37 +0000
commit7e3f925b6cc6a4d6119ae7c4eceb5cbf4d7b4a01 (patch)
tree35af7d236523ef1dfca5c3ed878b628daaf776db /benchmarks/paranoia
parent3c7cd2a68c125ac1b8318eb64662a065e9d9d03d (diff)
downloadpkgsrc-7e3f925b6cc6a4d6119ae7c4eceb5cbf4d7b4a01.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'benchmarks/paranoia')
-rw-r--r--benchmarks/paranoia/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmarks/paranoia/Makefile b/benchmarks/paranoia/Makefile
index 8b4d61a33bf..bc9703aca0f 100644
--- a/benchmarks/paranoia/Makefile
+++ b/benchmarks/paranoia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/02/21 06:34:04 snj Exp $
+# $NetBSD: Makefile,v 1.15 2004/07/30 15:50:38 minskim Exp $
DISTNAME= paranoia
PKGNAME= paranoia-960101
@@ -11,8 +11,12 @@ COMMENT= Highly paranoid test of IEEE 754 conformance
EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
WRKSRC= ${WRKDIR}
+INSTALLATION_DIRS= bin
+
do-build:
(cd ${WRKSRC} ; ${CC} ${CFLAGS} -ffloat-store -o paranoia paranoia.c -lm)