pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk2 If we're on IRIX and we're using gcc, then, a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d387bda6213f
branches:  trunk
changeset: 480350:d387bda6213f
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Tue Sep 07 01:23:10 2004 +0000

description:
If we're on IRIX and we're using gcc, then, apparently, we need gawk,
as otherwise the awk invocation in libtool breaks complaining about
the ``Input record [...] too long'' near the end of the build process.
(Oddly this does not occur using the mipspro compiler.)

diffstat:

 x11/gtk2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0cac48b51bc3 -r d387bda6213f x11/gtk2/Makefile
--- a/x11/gtk2/Makefile Tue Sep 07 00:14:13 2004 +0000
+++ b/x11/gtk2/Makefile Tue Sep 07 01:23:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2004/08/31 11:53:07 jmmv Exp $
+# $NetBSD: Makefile,v 1.60 2004/09/07 01:23:10 jschauma Exp $
 #
 
 DISTNAME=              gtk+-2.4.9
@@ -57,6 +57,8 @@
 # which uses ## instead and does what it should.
 .if !empty(CC_VERSION:MSun)
 CPPFLAGS+=             -Xc
+.elif ${OPSYS} == "IRIX" && !empty(CC_VERSION:Mgcc*)
+USE_GNU_TOOLS+=                awk
 .endif
 
 post-install:



Home | Main Index | Thread Index | Old Index