pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/gawk Fix build problem for Mac OS X Snow Leopard ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a53f1a7d94be
branches: trunk
changeset: 399650:a53f1a7d94be
user: tron <tron%pkgsrc.org@localhost>
date: Wed Sep 23 18:23:05 2009 +0000
description:
Fix build problem for Mac OS X Snow Leopard 64-Bit ABI.
diffstat:
lang/gawk/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 1c9837298671 -r a53f1a7d94be lang/gawk/Makefile
--- a/lang/gawk/Makefile Wed Sep 23 16:46:31 2009 +0000
+++ b/lang/gawk/Makefile Wed Sep 23 18:23:05 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2009/08/12 18:07:15 abs Exp $
+# $NetBSD: Makefile,v 1.42 2009/09/23 18:23:05 tron Exp $
DISTNAME= gawk-3.1.7
CATEGORIES= lang
@@ -37,6 +37,10 @@
CONFIGURE_ARGS+= --enable-portals
.endif
+.if !empty(MACHINE_PLATFORM:MDarwin-*-x86_64)
+CFLAGS+= -Dvm_region=vm_region_64
+.endif
+
BUILDLINK_API_DEPENDS.gettext+= gettext-lib>=0.10.36
.include "../../devel/gettext-lib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index