summaryrefslogtreecommitdiff
path: root/games/freeciv-share
diff options
context:
space:
mode:
authorwiedi <wiedi>2014-02-09 18:08:44 +0000
committerwiedi <wiedi>2014-02-09 18:08:44 +0000
commitb18d63e95aeb69c4fcb385b105db4f02e231e79c (patch)
tree4698b96aba2d576ae753bba07ac3c68d8d77c42e /games/freeciv-share
parent63886b628df4fb451c20ec94c685cb27a4cfcc11 (diff)
downloadpkgsrc-b18d63e95aeb69c4fcb385b105db4f02e231e79c.tar.gz
fix freeciv-client on SunOS by using c99
Diffstat (limited to 'games/freeciv-share')
-rw-r--r--games/freeciv-share/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common
index 468d6469ec2..cb038c88282 100644
--- a/games/freeciv-share/Makefile.common
+++ b/games/freeciv-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.41 2014/01/25 10:45:18 wiz Exp $
+# $NetBSD: Makefile.common,v 1.42 2014/02/09 18:08:44 wiedi Exp $
# used by games/freeciv-share/Makefile
# used by games/freeciv-client/Makefile
@@ -16,7 +16,7 @@ LICENSE= gnu-gpl-v2
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt pkg-config
-USE_LANGUAGES+= c c++
+USE_LANGUAGES+= c99 c++
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes