pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libwildmidi c99 fixes SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c51b51cea12c
branches:  trunk
changeset: 352524:c51b51cea12c
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Thu Sep 15 20:21:37 2016 +0000

description:
c99 fixes SunOS

diffstat:

 audio/libwildmidi/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e81011a76348 -r c51b51cea12c audio/libwildmidi/Makefile
--- a/audio/libwildmidi/Makefile        Thu Sep 15 19:55:41 2016 +0000
+++ b/audio/libwildmidi/Makefile        Thu Sep 15 20:21:37 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2016/08/24 10:09:40 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2016/09/15 20:21:37 wiedi Exp $
 
 DISTNAME=      wildmidi-0.4.0
 PKGNAME=       lib${DISTNAME}
@@ -11,6 +11,7 @@
 LICENSE=       gnu-lgpl-v3
 
 WRKSRC=                ${WRKDIR}/wildmidi-${DISTNAME}
+USE_LANGUAGES= c99
 USE_TOOLS+=    gmake
 USE_CMAKE=     yes
 



Home | Main Index | Thread Index | Old Index