pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/openal-soft openal-soft: Requires gcc5 according...
details: https://anonhg.NetBSD.org/pkgsrc/rev/82e25db18582
branches: trunk
changeset: 414479:82e25db18582
user: nia <nia%pkgsrc.org@localhost>
date: Sat Mar 28 18:00:47 2020 +0000
description:
openal-soft: Requires gcc5 according to its authors
diffstat:
audio/openal-soft/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 056539e698c0 -r 82e25db18582 audio/openal-soft/Makefile
--- a/audio/openal-soft/Makefile Sat Mar 28 17:48:44 2020 +0000
+++ b/audio/openal-soft/Makefile Sat Mar 28 18:00:47 2020 +0000
@@ -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_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