pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/db USE_GNU_TOOLS=awk. fixes build on Solaris



details:   https://anonhg.NetBSD.org/pkgsrc/rev/123f0166cf88
branches:  trunk
changeset: 464135:123f0166cf88
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Dec 04 04:14:04 2003 +0000

description:
USE_GNU_TOOLS=awk. fixes build on Solaris

diffstat:

 databases/db/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 14bc7292f780 -r 123f0166cf88 databases/db/Makefile
--- a/databases/db/Makefile     Thu Dec 04 03:22:49 2003 +0000
+++ b/databases/db/Makefile     Thu Dec 04 04:14:04 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/07/17 21:28:01 grant Exp $
+# $NetBSD: Makefile,v 1.16 2003/12/04 04:14:05 grant Exp $
 
 DISTNAME=      db-2.7.7
 PKGREVISION=   1
@@ -20,6 +20,8 @@
 CONFIGURE_SCRIPT=      ../dist/configure
 CONFIGURE_ARGS+=       --enable-compat185
 
+USE_GNU_TOOLS=         awk
+
 post-install:
        ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/share/doc/html/db
 



Home | Main Index | Thread Index | Old Index