pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2009Q4]: pkgsrc/devel/xulrunner Pullup ticket #2960 - requeste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bbab62d80ff
branches:  pkgsrc-2009Q4
changeset: 569195:4bbab62d80ff
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Jan 19 16:06:48 2010 +0000

description:
Pullup ticket #2960 - requested by tnn
xulrunner: build fix

Revisions pulled up:
- devel/xulrunner/mozilla-common.mk     1.11
---
Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Jan 18 23:50:42 UTC 2010

Modified Files:
        pkgsrc/devel/xulrunner: mozilla-common.mk

Log Message:
unlimit datasize. Should fix ICE on netbsd-4/amd64 observed in bulk
build.

diffstat:

 devel/xulrunner/mozilla-common.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 1aa414edf1b4 -r 4bbab62d80ff devel/xulrunner/mozilla-common.mk
--- a/devel/xulrunner/mozilla-common.mk Sat Jan 16 20:33:32 2010 +0000
+++ b/devel/xulrunner/mozilla-common.mk Tue Jan 19 16:06:48 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.10 2010/01/09 21:43:26 tron Exp $
+# $NetBSD: mozilla-common.mk,v 1.10.2.1 2010/01/19 16:06:48 tron Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 1.9.1.
 # 
@@ -10,6 +10,7 @@
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config perl gmake autoconf213
 USE_LANGUAGES+=                c99 c++
+UNLIMIT_RESOURCES+=    datasize
 
 BUILD_DEPENDS+=                zip>=2.3:../../archivers/zip
 



Home | Main Index | Thread Index | Old Index