summaryrefslogtreecommitdiff
path: root/games/freeciv-share/Makefile.common
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2014-02-09 18:08:44 +0000
committerwiedi <wiedi@pkgsrc.org>2014-02-09 18:08:44 +0000
commit722e3a0284bd8224f698334252e52908bf0e75e8 (patch)
tree4698b96aba2d576ae753bba07ac3c68d8d77c42e /games/freeciv-share/Makefile.common
parentab1b47574889ddf92a5b0672e92a1d9ed3e58f1f (diff)
downloadpkgsrc-722e3a0284bd8224f698334252e52908bf0e75e8.tar.gz
fix freeciv-client on SunOS by using c99
Diffstat (limited to 'games/freeciv-share/Makefile.common')
-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