diff options
author | mharo <mharo@FreeBSD.org> | 2001-04-30 21:55:34 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2001-04-30 21:55:34 +0000 |
commit | 3b30fce0902d1254d25eff0ef84da558f9285ea5 (patch) | |
tree | d368570fb065e10120587f7f2ecf8967ee0696cf /audio | |
parent | 6da9b8ef1f5e03d54089a4150f0f28a2f8aaea4c (diff) | |
download | FreeBSD-ports-3b30fce0902d1254d25eff0ef84da558f9285ea5.zip FreeBSD-ports-3b30fce0902d1254d25eff0ef84da558f9285ea5.tar.gz |
Use esound on Alpha instead of using the xmp oss driver
PR: 26964
Submitted by: maintainer
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index ae71402..625d55d 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -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) |