diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-22 04:46:13 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-22 04:46:13 +0000 |
commit | 144a1ee17597baca30662496f4ee8079c3b6a57b (patch) | |
tree | 64281e5216e9c50d78ceff428d3e33036f571694 /x11 | |
parent | 49b383cedb26b77f08f91fa57cc010bf5a09404b (diff) | |
download | pkgsrc-144a1ee17597baca30662496f4ee8079c3b6a57b.tar.gz |
Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.
For some other packages, stated in the comment that a C compiler is
really not needed.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/acidlaunch/Makefile | 4 | ||||
-rw-r--r-- | x11/compositeproto/Makefile | 4 | ||||
-rw-r--r-- | x11/ede/Makefile | 4 | ||||
-rw-r--r-- | x11/efltk/Makefile | 4 | ||||
-rw-r--r-- | x11/fixesproto/Makefile | 4 | ||||
-rw-r--r-- | x11/py-qt2-sip/Makefile | 4 | ||||
-rw-r--r-- | x11/py-qt2/Makefile | 4 | ||||
-rw-r--r-- | x11/randrproto/Makefile | 4 | ||||
-rw-r--r-- | x11/renderproto/Makefile | 4 | ||||
-rw-r--r-- | x11/rxvt-unicode/Makefile | 4 | ||||
-rw-r--r-- | x11/xextproto/Makefile | 4 |
11 files changed, 22 insertions, 22 deletions
diff --git a/x11/acidlaunch/Makefile b/x11/acidlaunch/Makefile index 813dee58e86..3e317a4623e 100644 --- a/x11/acidlaunch/Makefile +++ b/x11/acidlaunch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/05/15 21:56:56 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= acidlaunch-0.5 @@ -11,7 +11,7 @@ HOMEPAGE= http://linuxgamers.net/infoPage.php?page=acidlaunch COMMENT= Small, light-weight app launcher GNU_CONFIGURE= YES -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --disable-xmltest CONFIGURE_ARGS+= --disable-gdk_pixbuftest diff --git a/x11/compositeproto/Makefile b/x11/compositeproto/Makefile index beba7691423..b33828377ef 100644 --- a/x11/compositeproto/Makefile +++ b/x11/compositeproto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/04/18 17:31:47 reed Exp $ +# $NetBSD: Makefile,v 1.3 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= compositeproto-0.3 @@ -13,7 +13,7 @@ CONFLICTS+= compositeext-[0-9]* GNU_CONFIGURE= YES PKGCONFIG_OVERRIDE+= ${WRKSRC}/compositeproto.pc.in -USE_LANGUAGES= # empty +USE_LANGUAGES= # none, not even C .include "../../x11/fixesproto/buildlink3.mk" .include "../../x11/xproto/buildlink3.mk" diff --git a/x11/ede/Makefile b/x11/ede/Makefile index a51b135e455..7ccf336e3ef 100644 --- a/x11/ede/Makefile +++ b/x11/ede/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/06/11 13:31:31 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= ede-1.0.4 @@ -12,7 +12,7 @@ HOMEPAGE= http://ede.sourceforge.net/ COMMENT= Equinox Desktop Environment WRKSRC= ${WRKDIR}/ede -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes diff --git a/x11/efltk/Makefile b/x11/efltk/Makefile index 7b5f22349fc..115a4f5e6e0 100644 --- a/x11/efltk/Makefile +++ b/x11/efltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/17 13:46:01 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= efltk-2.0.5 @@ -13,7 +13,7 @@ COMMENT= Extended Fast Light Toolkit WRKSRC= ${WRKDIR}/efltk GNU_CONFIGURE= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake msgfmt USE_LIBTOOL= yes diff --git a/x11/fixesproto/Makefile b/x11/fixesproto/Makefile index 53fa68dceb8..707aaa60f1a 100644 --- a/x11/fixesproto/Makefile +++ b/x11/fixesproto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/07/11 12:51:34 abs Exp $ +# $NetBSD: Makefile,v 1.3 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= fixesproto-3.0.2 @@ -16,7 +16,7 @@ CONFLICTS+= fixesext-[0-9]* GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/fixesproto.pc.in -USE_LANGUAGES= # empty +USE_LANGUAGES= # none, not even C .include "../../converters/libiconv/buildlink3.mk" .include "../../x11/xextproto/buildlink3.mk" diff --git a/x11/py-qt2-sip/Makefile b/x11/py-qt2-sip/Makefile index e8ec378017f..31439325731 100644 --- a/x11/py-qt2-sip/Makefile +++ b/x11/py-qt2-sip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/05/21 02:10:53 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= sip-3.1 @@ -11,7 +11,7 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://www.riverbankcomputing.co.uk/sip/index.php COMMENT= Tool to create Python bindings for C++ libraries -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/x11/py-qt2/Makefile b/x11/py-qt2/Makefile index d8c2a14ea4a..973ac1ee596 100644 --- a/x11/py-qt2/Makefile +++ b/x11/py-qt2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/05/26 12:38:57 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= PyQt-3.1-Qt-2.3.1 @@ -12,7 +12,7 @@ HOMEPAGE= http://www.riverbankcomputing.co.uk/pyqt/index.php COMMENT= Python bindings for the Qt toolkit WRKSRC= ${WRKDIR}/PyQt-3.1 -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/x11/randrproto/Makefile b/x11/randrproto/Makefile index d926f7749c3..554034d90e8 100644 --- a/x11/randrproto/Makefile +++ b/x11/randrproto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/04/18 17:27:30 reed Exp $ +# $NetBSD: Makefile,v 1.3 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= randrproto-1.1.2 @@ -15,6 +15,6 @@ CONFLICTS+= randrext-[0-9]* GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/randrproto.pc.in -USE_LANGUAGES= # empty +USE_LANGUAGES= # none, not even C .include "../../mk/bsd.pkg.mk" diff --git a/x11/renderproto/Makefile b/x11/renderproto/Makefile index e8eaea83485..4f908fc1e62 100644 --- a/x11/renderproto/Makefile +++ b/x11/renderproto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/04/18 17:29:02 reed Exp $ +# $NetBSD: Makefile,v 1.3 2006/07/22 04:46:19 rillig Exp $ # DISTNAME= renderproto-0.9.2 @@ -15,6 +15,6 @@ CONFLICTS+= renderext-[0-9]* GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/renderproto.pc.in -USE_LANGUAGES= # empty +USE_LANGUAGES= # none, not even C .include "../../mk/bsd.pkg.mk" diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 4a8aea87c6c..8ae887c402d 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/05/18 20:30:02 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2006/07/22 04:46:20 rillig Exp $ # DISTNAME= rxvt-unicode-7.5 @@ -15,7 +15,7 @@ COMMENT= rxvt clone supporting Xft fonts and Unicode BROKEN_IN= pkgsrc-2006Q1 GNU_CONFIGURE= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config CONFIGURE_ARGS+= --enable-transparency \ diff --git a/x11/xextproto/Makefile b/x11/xextproto/Makefile index 05195376d25..86b9c588810 100644 --- a/x11/xextproto/Makefile +++ b/x11/xextproto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/18 17:12:12 reed Exp $ +# $NetBSD: Makefile,v 1.2 2006/07/22 04:46:20 rillig Exp $ # DISTNAME= xextproto-7.0.2 @@ -15,6 +15,6 @@ CONFLICTS+= xextensions-[0-9]* GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE+= ${WRKSRC}/xextproto.pc.in -USE_LANGUAGES= # empty +USE_LANGUAGES= # none, not even C .include "../../mk/bsd.pkg.mk" |