1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Use esound on Alpha instead of using the xmp oss driver

PR:		26964
Submitted by:	    maintainer
This commit is contained in:
Michael Haro 2001-04-30 21:55:34 +00:00
parent 9a83896b3b
commit b9c142838e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42098

View File

@ -25,7 +25,7 @@ WANT_ESOUND= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500013
.if ${OSVERSION} > 500013 || ${MACHINE_ARCH} == "alpha"
USE_ESOUND= yes
CONFIGURE_ARGS+= --disable-oss --enable-esd
.elif defined(HAVE_ESOUND)