summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorrillig <rillig>2006-07-22 04:46:13 +0000
committerrillig <rillig>2006-07-22 04:46:13 +0000
commit16c927041d43c36261ed9c3ef7877b5ba1f2ef87 (patch)
tree64281e5216e9c50d78ceff428d3e33036f571694 /games
parentbbf60d23c4597660a2b62096965d4294ec05e06c (diff)
downloadpkgsrc-16c927041d43c36261ed9c3ef7877b5ba1f2ef87.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 'games')
-rw-r--r--games/anise/Makefile4
-rw-r--r--games/ivan/Makefile4
-rw-r--r--games/plib/Makefile4
-rw-r--r--games/spaceracer/Makefile4
-rw-r--r--games/xsc/Makefile4
5 files changed, 10 insertions, 10 deletions
diff --git a/games/anise/Makefile b/games/anise/Makefile
index 0115dbcd6c5..a4fdfc1b7f4 100644
--- a/games/anise/Makefile
+++ b/games/anise/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/06/12 16:28:07 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2006/07/22 04:46:15 rillig Exp $
#
DISTNAME= anise-beta10-20040307-linux
@@ -14,7 +14,7 @@ COMMENT= Adventure game scripting engine
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
.include "../../devel/SDL/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/ivan/Makefile b/games/ivan/Makefile
index 48455b13f0c..23bda74981c 100644
--- a/games/ivan/Makefile
+++ b/games/ivan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/07/05 06:53:12 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2006/07/22 04:46:15 rillig Exp $
#
DISTNAME= ivan-0.50
@@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --localstatedir=${PREFIX}/share
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
REQD_DIRS+= share/ivan
CONF_FILES_PERMS+= /dev/null ${PREFIX}/share/ivan/ivan-highscore.scores \
diff --git a/games/plib/Makefile b/games/plib/Makefile
index c0bb89de462..d56353d5b0c 100644
--- a/games/plib/Makefile
+++ b/games/plib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2006/03/09 21:04:43 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2006/07/22 04:46:15 rillig Exp $
#
DISTNAME= plib-1.6.0
@@ -11,7 +11,7 @@ HOMEPAGE= http://plib.sourceforge.net/
COMMENT= Libraries for writing portable games/realtime interactive apps
GNU_CONFIGURE= YES
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
CPPFLAGS+= -Dunix=1
.include "../../graphics/Mesa/buildlink3.mk"
diff --git a/games/spaceracer/Makefile b/games/spaceracer/Makefile
index 3d0d429dbf7..ec755df503d 100644
--- a/games/spaceracer/Makefile
+++ b/games/spaceracer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2006/06/12 16:28:10 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2006/07/22 04:46:15 rillig Exp $
#
DISTNAME= spaceracer-0.2.4
@@ -11,7 +11,7 @@ MAINTAINER= rillig@NetBSD.org
HOMEPAGE= http://spaceracer.sourceforge.net/
COMMENT= 3D car racing game
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
USE_TOOLS+= automake autoconf
diff --git a/games/xsc/Makefile b/games/xsc/Makefile
index 36ab741f7bd..1b578d199a6 100644
--- a/games/xsc/Makefile
+++ b/games/xsc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/03/04 21:29:44 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2006/07/22 04:46:15 rillig Exp $
#
DISTNAME= xsc-1.5
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.panix.com/~mbh/xsc/
COMMENT= Star Castle clone
GNU_CONFIGURE= yes
-USE_LANGUAGES= c++
+USE_LANGUAGES= c c++
INSTALLATION_DIRS= bin
.include "../../mk/x11.buildlink3.mk"