pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/xmp



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Nov 22 17:17:08 UTC 2019

Modified Files:
        pkgsrc/audio/xmp: Makefile

Log Message:
xmp: Spell Solarish like "SunOS", not "Solaris"


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/audio/xmp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/xmp/Makefile
diff -u pkgsrc/audio/xmp/Makefile:1.54 pkgsrc/audio/xmp/Makefile:1.55
--- pkgsrc/audio/xmp/Makefile:1.54      Thu Nov 21 23:59:06 2019
+++ pkgsrc/audio/xmp/Makefile   Fri Nov 22 17:17:07 2019
@@ -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 @@ INSTALL_MAKE_FLAGS+=  INSTALL=${INSTALL:Q
 
 # 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