summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2018-07-18 00:06:10 +0000
committerjoerg <joerg@pkgsrc.org>2018-07-18 00:06:10 +0000
commitbae5dd3629cc3af3c32704ae265c254292cdfa4c (patch)
tree7e4d25c84ede1a3fcebe215c3f01100d788ebc1d /games
parent326ab0d6a49ec909b08e6e00df15fd7158bc5147 (diff)
downloadpkgsrc-bae5dd3629cc3af3c32704ae265c254292cdfa4c.tar.gz
Mark packages that require C++03 (or the GNU variants) if they fail with
C++14 default language.
Diffstat (limited to 'games')
-rw-r--r--games/KoboDeluxe/Makefile4
-rw-r--r--games/LostPixels/Makefile4
-rw-r--r--games/abuse/Makefile4
-rw-r--r--games/alephone/Makefile4
-rw-r--r--games/atque/Makefile4
-rw-r--r--games/billardgl/Makefile4
-rw-r--r--games/blokus/Makefile4
-rw-r--r--games/chromium-bsu/Makefile4
-rw-r--r--games/crafty/Makefile4
-rw-r--r--games/crimsonfields/Makefile4
-rw-r--r--games/criticalmass/Makefile4
-rw-r--r--games/einstein-puzzle/Makefile4
-rw-r--r--games/exult/Makefile4
-rw-r--r--games/hex-a-hop/Makefile4
-rw-r--r--games/ivan/Makefile4
-rw-r--r--games/maelstrom-sdl/Makefile4
-rw-r--r--games/maelstrom-x11/Makefile4
-rw-r--r--games/powder/Makefile4
-rw-r--r--games/teeworlds/Makefile4
-rw-r--r--games/violetland/Makefile4
-rw-r--r--games/warmux/Makefile4
-rw-r--r--games/xevil/Makefile4
-rw-r--r--games/xkobo/Makefile4
-rw-r--r--games/xnibbles/Makefile4
-rw-r--r--games/xsc/Makefile4
-rw-r--r--games/xye/Makefile4
26 files changed, 52 insertions, 52 deletions
diff --git a/games/KoboDeluxe/Makefile b/games/KoboDeluxe/Makefile
index 317280467f0..e2931fcdc9a 100644
--- a/games/KoboDeluxe/Makefile
+++ b/games/KoboDeluxe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2015/04/25 14:22:51 tnn Exp $
+# $NetBSD: Makefile,v 1.28 2018/07/18 00:06:15 joerg Exp $
#
DISTNAME= KoboDeluxe-0.5.1
@@ -13,7 +13,7 @@ COMMENT= Multi-way scrolling shoot 'em up game for X
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
GNU_CONFIGURE= YES
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_TOOLS+= gmake
BUILD_DEFS+= VARBASE
CONFIGURE_ARGS+= --sharedstatedir=${VARBASE}/games
diff --git a/games/LostPixels/Makefile b/games/LostPixels/Makefile
index 568edc3750b..3f44293aabb 100644
--- a/games/LostPixels/Makefile
+++ b/games/LostPixels/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/08/16 20:45:37 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2018/07/18 00:06:15 joerg Exp $
#
DISTNAME= LostPixels-0.5.3-source
@@ -13,7 +13,7 @@ COMMENT= Blinken Sisters - Hunt for the Lost Pixels (80s-style Jump'n'Run)
WRKSRC= ${WRKDIR}/blinkensisters/lostpixels/game/software
USE_CMAKE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
ALL_ENV+= SDLDIR=${BUILDLINK_PREFIX.SDL}/include/SDL
diff --git a/games/abuse/Makefile b/games/abuse/Makefile
index f58d905e629..4fd420afd4f 100644
--- a/games/abuse/Makefile
+++ b/games/abuse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2015/07/04 16:18:34 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2018/07/18 00:06:16 joerg Exp $
DISTNAME= abuse_pd
PKGNAME= abuse-2.0
@@ -14,7 +14,7 @@ COMMENT= Full color 320x200 arcade quality platform shooter
GNU_CONFIGURE= yes
CONFIGURE_ENV+= LDFLAGS=${X11_LDFLAGS:Q}
USE_TOOLS+= gmake gtar
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
BROKEN_ON_PLATFORM= NetBSD-*-arm32
diff --git a/games/alephone/Makefile b/games/alephone/Makefile
index 67892484375..58272c93203 100644
--- a/games/alephone/Makefile
+++ b/games/alephone/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2015/04/25 14:22:51 tnn Exp $
+# $NetBSD: Makefile,v 1.24 2018/07/18 00:06:16 joerg Exp $
DISTNAME= AlephOne-20120514
PKGNAME= ${DISTNAME:tl}
@@ -12,7 +12,7 @@ HOMEPAGE= http://marathon.sourceforge.net/
COMMENT= Classic 2.5D FPS game engine, updated to use SDL
LICENSE= gnu-gpl-v2
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_TOOLS+= pkg-config gmake
GNU_CONFIGURE= yes
diff --git a/games/atque/Makefile b/games/atque/Makefile
index 331c4e800db..b0fa6cb0dda 100644
--- a/games/atque/Makefile
+++ b/games/atque/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2018/04/16 14:34:28 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2018/07/18 00:06:16 joerg Exp $
DISTNAME= atque-1.1.2
PKGREVISION= 6
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_TOOLS+= autoconf automake gmake
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
.include "../../devel/boost-headers/buildlink3.mk"
BUILDLINK_API_DEPENDS.boost-headers+= boost-headers>=1.31
diff --git a/games/billardgl/Makefile b/games/billardgl/Makefile
index eb673fe25d7..378bbadf8a0 100644
--- a/games/billardgl/Makefile
+++ b/games/billardgl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/08/01 17:40:11 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2018/07/18 00:06:16 joerg Exp $
#
DISTNAME= BillardGL-1.75
@@ -12,7 +12,7 @@ MAINTAINER= wojtek@3miasto.net
COMMENT= 3D Billard using OpenGL hardware acceleration
BUILD_DIRS= src
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_TOOLS+= gmake imake pax
MAKE_ENV+= PAX=${PAX:Q}
LDFLAGS+= ${X11_LDFLAGS}
diff --git a/games/blokus/Makefile b/games/blokus/Makefile
index b1066dbe127..6a4c2dde67f 100644
--- a/games/blokus/Makefile
+++ b/games/blokus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2015/04/25 14:22:52 tnn Exp $
+# $NetBSD: Makefile,v 1.12 2018/07/18 00:06:16 joerg Exp $
#
DISTNAME= blokus-1.1
@@ -17,7 +17,7 @@ NO_SRC_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
# XXX: For some reason, the other libraries are hidden when this is
# specified.
#LIBS.SunOS+= -lGLU
diff --git a/games/chromium-bsu/Makefile b/games/chromium-bsu/Makefile
index 499b0386eff..1cf0de9befa 100644
--- a/games/chromium-bsu/Makefile
+++ b/games/chromium-bsu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2015/04/25 14:22:53 tnn Exp $
+# $NetBSD: Makefile,v 1.13 2018/07/18 00:06:16 joerg Exp $
DISTNAME= chromium-bsu-0.9.15.1
PKGREVISION= 1
@@ -12,7 +12,7 @@ COMMENT= Fast paced, arcade-style, top-scrolling space shooter
DEPENDS= uralic-ttf-[0-9]*:../../fonts/uralic-ttf
USE_PKGLOCALEDIR= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
LDFLAGS+= ${BUILDLINK_LDADD.gettext}
diff --git a/games/crafty/Makefile b/games/crafty/Makefile
index 7a3ace6574f..d9ff74a2419 100644
--- a/games/crafty/Makefile
+++ b/games/crafty/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2012/10/06 11:54:34 asau Exp $
+# $NetBSD: Makefile,v 1.47 2018/07/18 00:06:16 joerg Exp $
DISTNAME= crafty-22.1
PKGREVISION= 2
@@ -9,7 +9,7 @@ EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Chess engine
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
.include "../../mk/bsd.prefs.mk"
diff --git a/games/crimsonfields/Makefile b/games/crimsonfields/Makefile
index 175682dc835..b965b3f17a4 100644
--- a/games/crimsonfields/Makefile
+++ b/games/crimsonfields/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2015/04/25 14:22:53 tnn Exp $
+# $NetBSD: Makefile,v 1.44 2018/07/18 00:06:16 joerg Exp $
#
DISTNAME= crimson-0.5.2
@@ -12,7 +12,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://crimson.seul.org/
COMMENT= Tactical war game in the tradition of Battle Isle
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_TOOLS+= gmake
# not standard locale files
#USE_PKGLOCALEDIR= no
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile
index 42463ce857c..e06285b0287 100644
--- a/games/criticalmass/Makefile
+++ b/games/criticalmass/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2018/04/29 21:31:36 adam Exp $
+# $NetBSD: Makefile,v 1.44 2018/07/18 00:06:16 joerg Exp $
#
DISTNAME= CriticalMass-1.0.2
@@ -13,7 +13,7 @@ HOMEPAGE= http://criticalmass.sourceforge.net/
COMMENT= SDL/OpenGL space shoot'em up game
GNU_CONFIGURE= YES
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_LIBTOOL= yes
USE_TOOLS+= gmake
diff --git a/games/einstein-puzzle/Makefile b/games/einstein-puzzle/Makefile
index af2d7605ff8..c92980d7e83 100644
--- a/games/einstein-puzzle/Makefile
+++ b/games/einstein-puzzle/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/09/29 12:09:48 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2018/07/18 00:06:16 joerg Exp $
DISTNAME= einstein-puzzle-2.1.1
PKGREVISION= 1
@@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/lksj/einstein-puzzle/
COMMENT= Computer implementation of a puzzle invented by Albert Einstein
LICENSE= gnu-gpl-v2
-USE_LANGUAGES= c++
+USE_LANGUAGES= c++03
MAKE_FLAGS+= PREFIX=${PREFIX}
diff --git a/games/exult/Makefile b/games/exult/Makefile
index fc7687a40ef..e8e9927db41 100644
--- a/games/exult/Makefile
+++ b/games/exult/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2018/01/14 17:33:58 rillig Exp $
+# $NetBSD: Makefile,v 1.26 2018/07/18 00:06:16 joerg Exp $
DISTNAME= exult-1.4.9rc1
PKGREVISION= 2
@@ -11,7 +11,7 @@ COMMENT= Open-source Ultima 7 engine
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c gnu++03
USE_TOOLS+= yacc flex
CFLAGS+= -fpermissive
diff --git a/games/hex-a-hop/Makefile b/games/hex-a-hop/Makefile
index e3f0ef791a4..2cad9f0f9a5 100644
--- a/games/hex-a-hop/Makefile
+++ b/games/hex-a-hop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/04/25 14:22:56 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2018/07/18 00:06:17 joerg Exp $
#
DISTNAME= hex-a-hop-1.1.0
@@ -12,7 +12,7 @@ COMMENT= Hexagonal tile-based puzzle game
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
LIBS.SunOS+= -liconv
diff --git a/games/ivan/Makefile b/games/ivan/Makefile
index 9d817f38677..c69d2dbf355 100644
--- a/games/ivan/Makefile
+++ b/games/ivan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2015/04/25 14:22:57 tnn Exp $
+# $NetBSD: Makefile,v 1.20 2018/07/18 00:06:17 joerg Exp $
#
DISTNAME= ivan-0.50
@@ -15,7 +15,7 @@ USE_TOOLS+= gmake
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --localstatedir=${PREFIX}/share
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
REQD_DIRS+= share/ivan
OWN_DIRS_PERMS+= share/ivan/Bones ${GAMES_USER} ${GAMES_GROUP} ${GAMEDIRMODE}
diff --git a/games/maelstrom-sdl/Makefile b/games/maelstrom-sdl/Makefile
index a5db5ac8d99..14afd1c8126 100644
--- a/games/maelstrom-sdl/Makefile
+++ b/games/maelstrom-sdl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2018/01/14 15:26:47 rillig Exp $
+# $NetBSD: Makefile,v 1.27 2018/07/18 00:06:17 joerg Exp $
DISTNAME= Maelstrom-3.0.6
PKGNAME= maelstrom-sdl-3.0.6
@@ -15,7 +15,7 @@ LICENSE= gnu-gpl-v2
CONFLICTS= maelstrom-x11-[0-9]* maelstrom-[0-9]*
GNU_CONFIGURE= YES
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_GAMESGROUP= yes
MAKE_ENV+= CP=${CP:Q}
diff --git a/games/maelstrom-x11/Makefile b/games/maelstrom-x11/Makefile
index 5d83b3f68e5..813740bf0af 100644
--- a/games/maelstrom-x11/Makefile
+++ b/games/maelstrom-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2018/01/14 17:34:00 rillig Exp $
+# $NetBSD: Makefile,v 1.32 2018/07/18 00:06:17 joerg Exp $
DISTNAME= Maelstrom-1.4.3-L2.0.6-src.tar.gz
PKGNAME= maelstrom-x11-2.0.6
@@ -22,7 +22,7 @@ CONFLICTS= maelstrom-[0-9]* maelstrom-sdl-[0-9]*
EXTRACT_ONLY= ${DISTNAME}
WRKSRC= ${WRKDIR}/Maelstrom
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_TOOLS+= pax
LDFLAGS.SunOS+= -lsocket -lnsl
LIBS.SunOS+= -lsocket -lnsl
diff --git a/games/powder/Makefile b/games/powder/Makefile
index cd981002b19..e3eb9b47aa8 100644
--- a/games/powder/Makefile
+++ b/games/powder/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/04/25 14:23:02 tnn Exp $
+# $NetBSD: Makefile,v 1.8 2018/07/18 00:06:17 joerg Exp $
#
DISTNAME= powder117_src
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.zincland.com/powder/index.php?pagename=about
COMMENT= Multiplatform roguelike game with graphics
LICENSE= powder-license
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_TOOLS+= bash gmake
INSTALLATION_DIRS= bin share/doc/powder
diff --git a/games/teeworlds/Makefile b/games/teeworlds/Makefile
index 600f719d3b0..122997421e8 100644
--- a/games/teeworlds/Makefile
+++ b/games/teeworlds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:19 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/07/18 00:06:17 joerg Exp $
DISTNAME= teeworlds-0.6.3-src
PKGNAME= ${DISTNAME:S/-src//}
@@ -10,7 +10,7 @@ HOMEPAGE= https://www.teeworlds.com/
COMMENT= Fast-paced retro multiplayer shooter
LICENSE= zlib AND 2-clause-bsd AND modified-bsd AND cc-by-sa-v3.0
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
BUILD_DEPENDS+= bam>=0.4.0:../../devel/bam
diff --git a/games/violetland/Makefile b/games/violetland/Makefile
index d02394bd2c1..261356c847e 100644
--- a/games/violetland/Makefile
+++ b/games/violetland/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2018/04/29 21:31:42 adam Exp $
+# $NetBSD: Makefile,v 1.9 2018/07/18 00:06:17 joerg Exp $
DISTNAME= violetland-0.5-source-with-dependencies
GITHUB_RELEASE= ${PKGVERSION_NOREV}
@@ -14,7 +14,7 @@ COMMENT= Help a girl by name of Violet to struggle with monsters
LICENSE= gnu-gpl-v3 AND cc-by-sa-v3.0
USE_CMAKE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_TOOLS+= xgettext
.include "../../audio/SDL_mixer/buildlink3.mk"
diff --git a/games/warmux/Makefile b/games/warmux/Makefile
index 4078e0442b1..c74bec90a07 100644
--- a/games/warmux/Makefile
+++ b/games/warmux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2018/04/29 21:31:42 adam Exp $
+# $NetBSD: Makefile,v 1.27 2018/07/18 00:06:17 joerg Exp $
DISTNAME= warmux-11.01
PKGREVISION= 22
@@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Battle game
LICENSE= gnu-gpl-v2
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config msgfmt
GNU_CONFIGURE= yes
diff --git a/games/xevil/Makefile b/games/xevil/Makefile
index f4ccfddff28..dc4be7610cf 100644
--- a/games/xevil/Makefile
+++ b/games/xevil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2017/09/06 10:40:28 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2018/07/18 00:06:17 joerg Exp $
DISTNAME= xevilsrc2.02r2
PKGNAME= xevil-2.02
@@ -20,7 +20,7 @@ WRKSRC= ${WRKDIR}
MAKE_ENV+= HOSTTYPE="pkgsrc"
-USE_LANGUAGES= c++
+USE_LANGUAGES= c++03
INSTALLATION_DIRS= bin
diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile
index abe0922232b..48ff235845c 100644
--- a/games/xkobo/Makefile
+++ b/games/xkobo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2018/01/14 15:26:49 rillig Exp $
+# $NetBSD: Makefile,v 1.26 2018/07/18 00:06:17 joerg Exp $
DISTNAME= xkobo-1.11
PKGREVISION= 5
@@ -19,7 +19,7 @@ OWN_DIRS_PERMS+= ${VARBASE}/games/xkobo ${GAMES_USER} ${GAMES_GROUP} \
MAKE_ENV+= VARBASE=${VARBASE}
USE_IMAKE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
BUILD_TARGET+= xkobo all
.include "../../x11/libX11/buildlink3.mk"
diff --git a/games/xnibbles/Makefile b/games/xnibbles/Makefile
index dd1ad675936..839e75cc96a 100644
--- a/games/xnibbles/Makefile
+++ b/games/xnibbles/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2012/10/06 11:55:01 asau Exp $
+# $NetBSD: Makefile,v 1.23 2018/07/18 00:06:17 joerg Exp $
#
DISTNAME= xnibbles-1.0BETA4
@@ -14,7 +14,7 @@ COMMENT= Winding snakes game for X11
WRKSRC= ${WRKDIR}/xnibbles
USE_TOOLS+= gmake
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
diff --git a/games/xsc/Makefile b/games/xsc/Makefile
index 3110f2a62d1..d728e89f8be 100644
--- a/games/xsc/Makefile
+++ b/games/xsc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2012/10/06 11:55:03 asau Exp $
+# $NetBSD: Makefile,v 1.12 2018/07/18 00:06:18 joerg 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 c++
+USE_LANGUAGES= c c++03
INSTALLATION_DIRS= bin
do-install:
diff --git a/games/xye/Makefile b/games/xye/Makefile
index 4f96bd4458a..1074cb33e42 100644
--- a/games/xye/Makefile
+++ b/games/xye/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2015/04/25 14:23:05 tnn Exp $
+# $NetBSD: Makefile,v 1.15 2018/07/18 00:06:18 joerg Exp $
#
DISTNAME= xye-0.12.1
@@ -12,7 +12,7 @@ COMMENT= Kye clone
GNU_CONFIGURE= yes
#CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
SUBST_CLASSES+= crlf
SUBST_MESSAGE.crlf= stripping EOL CR