pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gawk Compile with -D_OSF_SOURCE on Tru64. Closes ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6fd2060cc8cd
branches:  trunk
changeset: 568820:6fd2060cc8cd
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Dec 20 23:03:15 2009 +0000

description:
Compile with -D_OSF_SOURCE on Tru64. Closes PR pkg/42476.

diffstat:

 lang/gawk/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3cc2c8d4aad1 -r 6fd2060cc8cd lang/gawk/Makefile
--- a/lang/gawk/Makefile        Sun Dec 20 22:50:00 2009 +0000
+++ b/lang/gawk/Makefile        Sun Dec 20 23:03:15 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2009/09/23 18:23:05 tron Exp $
+# $NetBSD: Makefile,v 1.43 2009/12/20 23:03:15 tnn Exp $
 
 DISTNAME=      gawk-3.1.7
 CATEGORIES=    lang
@@ -25,6 +25,7 @@
 MAKE_ENV+=             PKGLOCALEDIR=${PKGLOCALEDIR:Q}
 
 LDFLAGS.IRIX+=         -lgen
+CPPFLAGS.OSF1+=                -D_OSF_SOURCE
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index