pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/xmp xmp: Spell Solarish like "SunOS", not "Solaris"
details: https://anonhg.NetBSD.org/pkgsrc/rev/86d7b765c589
branches: trunk
changeset: 418193:86d7b765c589
user: nia <nia%pkgsrc.org@localhost>
date: Fri Nov 22 17:17:07 2019 +0000
description:
xmp: Spell Solarish like "SunOS", not "Solaris"
diffstat:
audio/xmp/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 564a64aaa969 -r 86d7b765c589 audio/xmp/Makefile
--- a/audio/xmp/Makefile Fri Nov 22 15:33:52 2019 +0000
+++ b/audio/xmp/Makefile Fri Nov 22 17:17:07 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2019/11/21 23:59:06 nia Exp $
+# $NetBSD: Makefile,v 1.55 2019/11/22 17:17:07 nia Exp $
DISTNAME= xmp-4.1.0
CATEGORIES= audio
@@ -24,7 +24,7 @@
# NetBSD and Solaris have their own drivers.
.if ${OPSYS} != "NetBSD" && \
- ${OPSYS} != "Solaris" && \
+ ${OPSYS} != "SunOS" && \
${OSS_TYPE} != "none"
LIBS+= ${LIBOSSAUDIO}
CPPFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\""
Home |
Main Index |
Thread Index |
Old Index