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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/cal3d/Makefile.common | 4 | ||||
-rw-r--r-- | graphics/dia/Makefile.common | 4 | ||||
-rw-r--r-- | graphics/gimp-ufraw/Makefile | 4 | ||||
-rw-r--r-- | graphics/grap/Makefile | 4 | ||||
-rw-r--r-- | graphics/hicolor-icon-theme/Makefile | 4 | ||||
-rw-r--r-- | graphics/libvideogfx/Makefile | 4 | ||||
-rw-r--r-- | graphics/vnc2swf/Makefile | 4 | ||||
-rw-r--r-- | graphics/wxsvg/Makefile | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/graphics/cal3d/Makefile.common b/graphics/cal3d/Makefile.common index 29b7787913d..037c9390090 100644 --- a/graphics/cal3d/Makefile.common +++ b/graphics/cal3d/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2006/05/22 18:21:10 wiz Exp $ +# $NetBSD: Makefile.common,v 1.8 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= cal3d-${CAL3D_VERSION} @@ -12,7 +12,7 @@ HOMEPAGE= http://cal3d.sourceforge.net/ COMMENT= Skeletal based 3d character animation library in C++ EXTRACT_SUFX= .tar.bz2 -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= automake GNU_CONFIGURE= yes diff --git a/graphics/dia/Makefile.common b/graphics/dia/Makefile.common index e38beae49d1..46368835337 100644 --- a/graphics/dia/Makefile.common +++ b/graphics/dia/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.13 2006/07/05 05:37:41 jlam Exp $ +# $NetBSD: Makefile.common,v 1.14 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= dia-0.95-1 @@ -18,7 +18,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= gmake intltool pkg-config USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --without-python diff --git a/graphics/gimp-ufraw/Makefile b/graphics/gimp-ufraw/Makefile index b2ad07e47cc..5bb97a043b9 100644 --- a/graphics/gimp-ufraw/Makefile +++ b/graphics/gimp-ufraw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2006/06/11 00:46:50 gdt Exp $ +# $NetBSD: Makefile,v 1.29 2006/07/22 04:46:16 rillig Exp $ DISTNAME= ufraw-0.8.1 PKGNAME= gimp-${DISTNAME} @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake pkg-config USE_TOOLS+= perl:run pod2man USE_DIRS+= xdg-1.1 -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ # This package uses too much C99 code to be patched. GCC_REQD+= 3.0 diff --git a/graphics/grap/Makefile b/graphics/grap/Makefile index 576cb620076..a84f684ce95 100644 --- a/graphics/grap/Makefile +++ b/graphics/grap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/06/08 16:03:13 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2006/07/22 04:46:16 rillig Exp $ DISTNAME= grap-1.30 PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Language for typesetting graphs PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_TOOLS+= lex yacc .include "../../mk/bsd.pkg.mk" diff --git a/graphics/hicolor-icon-theme/Makefile b/graphics/hicolor-icon-theme/Makefile index 34099d49c8b..cd1288efbb3 100644 --- a/graphics/hicolor-icon-theme/Makefile +++ b/graphics/hicolor-icon-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/06/15 22:13:58 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= hicolor-icon-theme-0.9 @@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= YES NO_BUILD= YES USE_DIRS+= xdg-1.1 -USE_LANGUAGES= # empty +USE_LANGUAGES= # none, not even C USE_TOOLS+= gmake FILES_SUBST+= GTK_UPDATE_ICON_CACHE="${BUILDLINK_PREFIX.gtk2}/bin/gtk-update-icon-cache" diff --git a/graphics/libvideogfx/Makefile b/graphics/libvideogfx/Makefile index e472ff7d3c7..fcf0139b9ed 100644 --- a/graphics/libvideogfx/Makefile +++ b/graphics/libvideogfx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/17 13:45:59 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= libvideogfx-1.0.3 @@ -12,7 +12,7 @@ HOMEPAGE= \ http://rachmaninoff.informatik.uni-mannheim.de/libvideogfx/index.html COMMENT= C++ library for low-level video processing -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/graphics/vnc2swf/Makefile b/graphics/vnc2swf/Makefile index fa002739137..4a585d6daf1 100644 --- a/graphics/vnc2swf/Makefile +++ b/graphics/vnc2swf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/06/08 15:54:55 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= vnc2swf-0.5.0 @@ -13,7 +13,7 @@ COMMENT= Record vnc session as flash movie DEPENDS+= x11vnc-[0-9]*:../../x11/x11vnc GNU_CONFIGURE= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ INSTALLATION_DIRS= bin lib/X11/app-defaults share/doc/html/vnc2swf diff --git a/graphics/wxsvg/Makefile b/graphics/wxsvg/Makefile index 72c68f9ecba..602d56de061 100644 --- a/graphics/wxsvg/Makefile +++ b/graphics/wxsvg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/07/05 19:47:17 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2006/07/22 04:46:16 rillig Exp $ # DISTNAME= wxsvg-1.0b6 @@ -11,7 +11,7 @@ HOMEPAGE= http://wxsvg.sourceforge.net/ COMMENT= C++ library to create, manipulate and render SVG files GNU_CONFIGURE= yes -USE_LANGUAGES+= c++ +USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config |