pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/wxGTK The native AWK of Solaris cannot patch the c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1652de6e35a6
branches:  trunk
changeset: 516159:1652de6e35a6
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jul 15 14:10:13 2006 +0000

description:
The native AWK of Solaris cannot patch the configure file, so gawk is
needed. Fixes PR 33998.

diffstat:

 x11/wxGTK/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 00ad2a2f2374 -r 1652de6e35a6 x11/wxGTK/Makefile.common
--- a/x11/wxGTK/Makefile.common Sat Jul 15 12:42:44 2006 +0000
+++ b/x11/wxGTK/Makefile.common Sat Jul 15 14:10:13 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2006/07/10 14:47:06 joerg Exp $
+# $NetBSD: Makefile.common,v 1.10 2006/07/15 14:10:13 rillig Exp $
 #
 
 DISTNAME=              wxGTK-2.6.3
@@ -15,7 +15,7 @@
 PATCHFILES=            ${DISTNAME}-libtool.diff2.bz2
 PATCH_SITES=           ${MASTER_SITE_LOCAL}
 
-USE_TOOLS+=            pkg-config msgfmt
+USE_TOOLS+=            pkg-config msgfmt gawk:pkgsrc
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      YES
 USE_LANGUAGES=         c c++



Home | Main Index | Thread Index | Old Index