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/bd7e38f6205c
branches: trunk
changeset: 382871:bd7e38f6205c
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 fd93e45a935f -r bd7e38f6205c 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