diff options
author | jperkin <jperkin> | 2013-10-29 10:34:30 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2013-10-29 10:34:30 +0000 |
commit | f272b2a211c9b1a4842d564f615586991d0222de (patch) | |
tree | 4ba093095eec15e1b60e4e1b4bb4af2af364bbe5 | |
parent | d7b1abf70665e72f68228a95d85a0c591b8ae617 (diff) | |
download | pkgsrc-f272b2a211c9b1a4842d564f615586991d0222de.tar.gz |
USE_LANGUAGES=c99, fixes build on SunOS.
-rw-r--r-- | audio/libmikmod/Makefile | 3 | ||||
-rw-r--r-- | devel/dconf/Makefile.common | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile index 49c1bd29b1a..8f40179195d 100644 --- a/audio/libmikmod/Makefile +++ b/audio/libmikmod/Makefile @@ -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 diff --git a/devel/dconf/Makefile.common b/devel/dconf/Makefile.common index 723a7536986..0b63f568bc8 100644 --- a/devel/dconf/Makefile.common +++ b/devel/dconf/Makefile.common @@ -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 |