diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-08-02 07:44:00 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2000-08-02 07:44:00 +0000 |
commit | 35be4223c155525521139faed44bfc72b7282710 (patch) | |
tree | 0eb26d28ed88954e7162d6bbf6afac49009ebb72 /emulators/xzx | |
parent | Add missed '>' to my e-mail. (diff) |
Enable sound support.
PR: 20289
Submitted by: Jimmy Olgeni <olgeni@uli.it>
Notes
Notes:
svn path=/head/; revision=31246
Diffstat (limited to 'emulators/xzx')
-rw-r--r-- | emulators/xzx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index e51f0b0e826a..3e02cb3500dc 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -15,6 +15,7 @@ MAINTAINER= sheldonh@FreeBSD.org USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-oss MAN1= xzx.1 |