Only enable sound support when the machine arch is not Alpha.
This commit is contained in:
parent
385e7121f3
commit
25534956ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19675
@ -3,7 +3,7 @@
|
||||
# Date created: 2 March 1998
|
||||
# Whom: Andrey Zakhvatov
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1998/09/15 11:13:17 asami Exp $
|
||||
# $Id: Makefile,v 1.6 1998/09/17 00:32:37 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xnibbles-1.0BETA3
|
||||
@ -15,6 +15,10 @@ MAINTAINER= andy@icc.surw.chel.su
|
||||
|
||||
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
||||
|
||||
.if ${MACHINE_ARCH} != "alpha"
|
||||
MAKE_ENV+= SOUND=1
|
||||
.endif
|
||||
|
||||
ALL_TARGET= linux
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile Thu Feb 26 00:14:35 1998
|
||||
+++ /home/andy/tmp/wrk/Makefile Tue Mar 3 00:00:39 1998
|
||||
--- Makefile.orig Wed Feb 25 18:14:35 1998
|
||||
+++ Makefile Sun Jun 20 19:14:23 1999
|
||||
@@ -23,12 +23,14 @@
|
||||
# Compiler to use (C++ compiler _please_)
|
||||
CC = g++
|
||||
@ -24,7 +24,7 @@
|
||||
|
||||
# Requires kernel sound support, change from 0 to 1 if you want it
|
||||
- SOUND = 0
|
||||
+ SOUND = 1
|
||||
+ #SOUND = 0
|
||||
SOUNDDEV = /dev/dsp
|
||||
|
||||
# Requires kernel joystick support, change from 0 to 1 if you want it
|
||||
|
Loading…
Reference in New Issue
Block a user