diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-30 21:55:34 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-30 21:55:34 +0000 |
commit | b9c142838e83d48aeab26147f34fa926ee80434e (patch) | |
tree | a62dfa8a7283981a51eca7e33936b8e8a4252b15 /audio | |
parent | Update port: audio/wmix to 2.20 (diff) |
Use esound on Alpha instead of using the xmp oss driver
PR: 26964
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=42098
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 ae71402bb9be..625d55da7449 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) |