pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/glib2 USE_LANGUAGES= c c++



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cdd8ea092027
branches:  trunk
changeset: 515458:cdd8ea092027
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Jul 02 14:22:35 2006 +0000

description:
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:

 devel/glib2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 240bb6996687 -r cdd8ea092027 devel/glib2/Makefile
--- a/devel/glib2/Makefile      Sun Jul 02 13:53:28 2006 +0000
+++ b/devel/glib2/Makefile      Sun Jul 02 14:22:35 2006 +0000
@@ -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 @@
 
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake msgfmt perl:run pkg-config
+USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 TEST_TARGET=           check
 



Home | Main Index | Thread Index | Old Index