diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-08-02 15:44:00 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-08-02 15:44:00 +0800 |
commit | c2f0578da959b5675f7349de4521fa9f13088fe6 (patch) | |
tree | 9c945d41db0baec6ab4ffc1dc45c0044458285f4 | |
parent | 03270804f3b0463c1b5fecb50e5657029fc26f44 (diff) | |
download | freebsd-ports-gnome-c2f0578da959b5675f7349de4521fa9f13088fe6.tar.gz freebsd-ports-gnome-c2f0578da959b5675f7349de4521fa9f13088fe6.tar.zst freebsd-ports-gnome-c2f0578da959b5675f7349de4521fa9f13088fe6.zip |
Enable sound support.
PR: 20289
Submitted by: Jimmy Olgeni <olgeni@uli.it>
-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 |