diff options
author | wiedi <wiedi> | 2014-02-09 18:08:44 +0000 |
---|---|---|
committer | wiedi <wiedi> | 2014-02-09 18:08:44 +0000 |
commit | b18d63e95aeb69c4fcb385b105db4f02e231e79c (patch) | |
tree | 4698b96aba2d576ae753bba07ac3c68d8d77c42e /games | |
parent | 63886b628df4fb451c20ec94c685cb27a4cfcc11 (diff) | |
download | pkgsrc-b18d63e95aeb69c4fcb385b105db4f02e231e79c.tar.gz |
fix freeciv-client on SunOS by using c99
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv-share/Makefile.common | 4 |
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 |