pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/openal-soft
Module Name: pkgsrc
Committed By: nia
Date: Sat Mar 28 18:00:47 UTC 2020
Modified Files:
pkgsrc/audio/openal-soft: Makefile
Log Message:
openal-soft: Requires gcc5 according to its authors
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/audio/openal-soft/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/openal-soft/Makefile
diff -u pkgsrc/audio/openal-soft/Makefile:1.14 pkgsrc/audio/openal-soft/Makefile:1.15
--- pkgsrc/audio/openal-soft/Makefile:1.14 Sun Mar 8 16:48:48 2020
+++ pkgsrc/audio/openal-soft/Makefile Sat Mar 28 18:00:47 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/03/08 16:48:48 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2020/03/28 18:00:47 nia Exp $
DISTNAME= openal-soft-1.20.1
PKGREVISION= 1
@@ -15,8 +15,8 @@ USE_CMAKE= yes
USE_LANGUAGES= c c++11
USE_TOOLS+= pkg-config gmake
-# C++11
-GCC_REQD+= 4.7
+# https://github.com/kcat/openal-soft/issues/347
+GCC_REQD+= 5
MAKE_JOBS_SAFE= no
Home |
Main Index |
Thread Index |
Old Index