summaryrefslogtreecommitdiff
path: root/devel/glib2
diff options
context:
space:
mode:
authormarkd <markd>2006-07-02 14:22:35 +0000
committermarkd <markd>2006-07-02 14:22:35 +0000
commitfa348ca68364192bc06c53e584f7df07bbb63db2 (patch)
treec1a2c808b41eaa2a84af0f4ee5df982fe62f79c4 /devel/glib2
parent89367ec285cc2c4cc6c028274949db2104dcb29d (diff)
downloadpkgsrc-fa348ca68364192bc06c53e584f7df07bbb63db2.tar.gz
USE_LANGUAGES= c c++
The configure script needs to use the c++ compiler to correctly setup the glibconfig.h for handling of VARARGS when being included from c++ programs, otherwise builds can fail. eg. when using SunWorkshop CC on Solaris and compiling arts. Bump PKGREVISION.
Diffstat (limited to 'devel/glib2')
-rw-r--r--devel/glib2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile
index 0848e79816d..cf6070391e6 100644
--- a/devel/glib2/Makefile
+++ b/devel/glib2/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.99 2006/05/29 17:06:49 drochner Exp $
+# $NetBSD: Makefile,v 1.100 2006/07/02 14:22:35 markd Exp $
DISTNAME= glib-2.10.3
+PKGREVISION= 1
PKGNAME= ${DISTNAME:S/glib/glib2/}
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.10/ \
@@ -16,6 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt perl:run pkg-config
+USE_LANGUAGES= c c++
USE_LIBTOOL= yes
TEST_TARGET= check