pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libaudiofile



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jul 16 21:22:32 UTC 2018

Modified Files:
        pkgsrc/audio/libaudiofile: Makefile

Log Message:
libaudiofile: be explicit about needing C99.

PR pkg/43947


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/audio/libaudiofile/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/libaudiofile/Makefile
diff -u pkgsrc/audio/libaudiofile/Makefile:1.63 pkgsrc/audio/libaudiofile/Makefile:1.64
--- pkgsrc/audio/libaudiofile/Makefile:1.63     Sat Nov 11 13:13:15 2017
+++ pkgsrc/audio/libaudiofile/Makefile  Mon Jul 16 21:22:32 2018
@@ -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 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 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