pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/xnibbles



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Aug 17 10:52:49 UTC 2020

Modified Files:
        pkgsrc/games/xnibbles: Makefile

Log Message:
xnibbles: Handle OSS_TYPE=none correctly.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/games/xnibbles/Makefile

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

Modified files:

Index: pkgsrc/games/xnibbles/Makefile
diff -u pkgsrc/games/xnibbles/Makefile:1.25 pkgsrc/games/xnibbles/Makefile:1.26
--- pkgsrc/games/xnibbles/Makefile:1.25 Wed May 20 06:09:09 2020
+++ pkgsrc/games/xnibbles/Makefile      Mon Aug 17 10:52:49 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2020/05/20 06:09:09 rillig Exp $
+# $NetBSD: Makefile,v 1.26 2020/08/17 10:52:49 jperkin Exp $
 #
 
 DISTNAME=              xnibbles-1.0BETA4
@@ -20,7 +20,7 @@ INSTALLATION_DIRS=    bin ${PKGMANDIR}/man6
 
 .include "../../mk/oss.buildlink3.mk"
 
-.if ${DEVOSSAUDIO} != /dev/dsp
+.if ${OSS_TYPE} != "none" && ${DEVOSSAUDIO} != /dev/dsp
 SUBST_CLASSES+=                audio
 SUBST_STAGE.audio=     pre-build
 SUBST_MESSAGE.audio=   Adjusting path to audio device



Home | Main Index | Thread Index | Old Index