pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/xulrunner This package needs a C99 compiler (e.g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/828a8b4706ef
branches:  trunk
changeset: 569140:828a8b4706ef
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Jan 09 21:43:26 2010 +0000

description:
This package needs a C99 compiler (e.g. for "stdbool.h").

diffstat:

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

diffs (18 lines):

diff -r fa1329376a13 -r 828a8b4706ef devel/xulrunner/mozilla-common.mk
--- a/devel/xulrunner/mozilla-common.mk Sat Jan 09 20:36:34 2010 +0000
+++ b/devel/xulrunner/mozilla-common.mk Sat Jan 09 21:43:26 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.9 2010/01/09 00:04:08 tnn Exp $
+# $NetBSD: mozilla-common.mk,v 1.10 2010/01/09 21:43:26 tron Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 1.9.1.
 # 
@@ -9,7 +9,7 @@
 
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config perl gmake autoconf213
-USE_LANGUAGES+=                c c++
+USE_LANGUAGES+=                c99 c++
 
 BUILD_DEPENDS+=                zip>=2.3:../../archivers/zip
 



Home | Main Index | Thread Index | Old Index