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/3b6ab6a3103d
branches: trunk
changeset: 336481:3b6ab6a3103d
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 42d5f42deae4 -r 3b6ab6a3103d 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