pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/cmus cmus: This needs c11 atomics.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/78be875e492e
branches:  trunk
changeset: 335524:78be875e492e
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Jun 21 13:46:04 2019 +0000

description:
cmus: This needs c11 atomics.

diffstat:

 audio/cmus/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 224d1ad90520 -r 78be875e492e audio/cmus/Makefile
--- a/audio/cmus/Makefile       Fri Jun 21 13:15:19 2019 +0000
+++ b/audio/cmus/Makefile       Fri Jun 21 13:46:04 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2019/05/09 13:22:58 jperkin Exp $
+# $NetBSD: Makefile,v 1.77 2019/06/21 13:46:04 nia Exp $
 
 DISTNAME=              cmus-2.8.0
 CATEGORIES=            audio
@@ -16,6 +16,9 @@
 
 REPLACE_SH+=           cmus-status-display
 
+# C11 atomics
+GCC_REQD+=             4.9
+
 CONFIGURE_ARGS+=       prefix=${PREFIX}
 CONFIGURE_ARGS+=       CONFIG_ALSA=n
 CONFIGURE_ARGS+=       mandir=${PREFIX}/${PKGMANDIR}



Home | Main Index | Thread Index | Old Index