pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/cmus cmus: ... CFLAGS, not CXXFLAGS. This is wri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1d092070820
branches:  trunk
changeset: 398299:f1d092070820
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jul 15 19:12:19 2019 +0000

description:
cmus: ... CFLAGS, not CXXFLAGS. This is written in C.

diffstat:

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

diffs (18 lines):

diff -r 66fdf5998cc5 -r f1d092070820 audio/cmus/Makefile
--- a/audio/cmus/Makefile       Mon Jul 15 18:47:20 2019 +0000
+++ b/audio/cmus/Makefile       Mon Jul 15 19:12:19 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2019/07/15 18:47:20 nia Exp $
+# $NetBSD: Makefile,v 1.81 2019/07/15 19:12:19 nia Exp $
 
 DISTNAME=              cmus-2.8.0
 CATEGORIES=            audio
@@ -49,7 +49,7 @@
 
 .if ${MACHINE_ARCH} == "i386"
 # 64 bit atomic ops are required
-CXXFLAGS+=     -march=i586
+CFLAGS+=       -march=i586
 .endif
 
 NOT_PAX_MPROTECT_SAFE+=        bin/cmus



Home | Main Index | Thread Index | Old Index