USE_LANGUAGES=c99, fixes build on SunOS.

This commit is contained in:
jperkin 2013-10-29 10:34:30 +00:00
parent 635561705e
commit 7621ab06b2
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.54 2013/10/19 13:32:00 wiz Exp $
# $NetBSD: Makefile,v 1.55 2013/10/29 10:34:30 jperkin Exp $
DISTNAME= libmikmod-3.3.3
CATEGORIES= audio
@ -12,6 +12,7 @@ LICENSE= gnu-lgpl-v2
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= autoconf gmake makeinfo
USE_LANGUAGES= c99
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-threads

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.2 2013/09/30 11:42:13 obache Exp $
# $NetBSD: Makefile.common,v 1.3 2013/10/29 10:37:39 jperkin Exp $
#
# used by devel/dconf-editor/Makefile
@ -13,5 +13,6 @@ COMMENT= Backend for gsettings
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
USE_LANGUAGES= c99
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config gmake intltool msgfmt