summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorjoerg <joerg>2006-06-30 11:33:13 +0000
committerjoerg <joerg>2006-06-30 11:33:13 +0000
commitd7ee415b9f4179e174724d37631042e4179bf185 (patch)
tree95f598c7de534b09b1ba6b1d6738b1c64afb8ffb /benchmarks
parentf8ddfb975135377a25be3a3906cf5b6f6efd5299 (diff)
downloadpkgsrc-d7ee415b9f4179e174724d37631042e4179bf185.tar.gz
Override ancient config.guess script to unbreak lmbench installation
after rillig added set -e to do-install script.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/lmbench/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/benchmarks/lmbench/Makefile b/benchmarks/lmbench/Makefile
index 09742e0a064..e73d882245c 100644
--- a/benchmarks/lmbench/Makefile
+++ b/benchmarks/lmbench/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2006/06/24 08:44:33 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2006/06/30 11:33:13 joerg Exp $
DISTNAME= lmbench-2alpha11
PKGNAME= lmbench-2.11a
@@ -19,6 +19,9 @@ MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH:Q}
INSTALLATION_DIRS= man/man1 man/man3 man/man8
+post-extract:
+ ${CP} ${PKGSRCDIR}/mk/gnu-config/config.guess ${WRKSRC}/scripts/gnu-os
+
post-configure:
cd ${WRKSRC}; \
for f in src/Makefile; do \