From c2f0578da959b5675f7349de4521fa9f13088fe6 Mon Sep 17 00:00:00 2001 From: sheldonh Date: Wed, 2 Aug 2000 07:44:00 +0000 Subject: Enable sound support. PR: 20289 Submitted by: Jimmy Olgeni --- emulators/xzx/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit