diff options
author | wiedi <wiedi@pkgsrc.org> | 2015-01-16 22:55:56 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2015-01-16 22:55:56 +0000 |
commit | b8b1a4fe6a9000fa28deddf3ff7ef11ae96a89f0 (patch) | |
tree | e072abe3861220e5a74bc02176eaafba31ff29d6 /audio | |
parent | a8240eecae0512c4e289dae459cf014213e27554 (diff) | |
download | pkgsrc-b8b1a4fe6a9000fa28deddf3ff7ef11ae96a89f0.tar.gz |
c99 fixes the SunOS build
Diffstat (limited to 'audio')
-rw-r--r-- | audio/bml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/bml/Makefile b/audio/bml/Makefile index ffdfb330cd7..8a0ba8153bf 100644 --- a/audio/bml/Makefile +++ b/audio/bml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2014/10/20 08:57:51 mef Exp $ +# $NetBSD: Makefile,v 1.8 2015/01/16 22:55:56 wiedi Exp $ # DISTNAME= bml-0.7.0 @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config -USE_LANGUAGES= c c++ +USE_LANGUAGES= c99 c++ PKGCONFIG_OVERRIDE+= libbml.pc.in |