pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/lmbench Override ancient config.guess scrip...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b367b5595078
branches:  trunk
changeset: 515288:b367b5595078
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 30 11:33:13 2006 +0000

description:
Override ancient config.guess script to unbreak lmbench installation
after rillig added set -e to do-install script.

diffstat:

 benchmarks/lmbench/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 5f48288c0592 -r b367b5595078 benchmarks/lmbench/Makefile
--- a/benchmarks/lmbench/Makefile       Fri Jun 30 11:22:04 2006 +0000
+++ b/benchmarks/lmbench/Makefile       Fri Jun 30 11:33:13 2006 +0000
@@ -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 @@
 
 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                               \



Home | Main Index | Thread Index | Old Index