pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libaudiofile libaudiofile: be explicit about nee...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71b8d6e4f599
branches:  trunk
changeset: 310490:71b8d6e4f599
user:      maya <maya%pkgsrc.org@localhost>
date:      Mon Jul 16 21:22:32 2018 +0000

description:
libaudiofile: be explicit about needing C99.

PR pkg/43947

diffstat:

 audio/libaudiofile/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b20a68df3b7f -r 71b8d6e4f599 audio/libaudiofile/Makefile
--- a/audio/libaudiofile/Makefile       Mon Jul 16 21:17:13 2018 +0000
+++ b/audio/libaudiofile/Makefile       Mon Jul 16 21:22:32 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2017/11/11 13:13:15 maya Exp $
+# $NetBSD: Makefile,v 1.64 2018/07/16 21:22:32 maya Exp $
 
 DISTNAME=      audiofile-0.3.6
 PKGNAME=       lib${DISTNAME}
@@ -11,7 +11,7 @@
 COMMENT=       Sound library for SGI audio file
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1
 
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c99 c++
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 PKGCONFIG_OVERRIDE=    audiofile.pc.in



Home | Main Index | Thread Index | Old Index