From owner-freebsd-ports Sat Jul 29 11:40:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2C9D737B761 for ; Sat, 29 Jul 2000 11:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA40841; Sat, 29 Jul 2000 11:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from vega.uli.it (vega.uli.it [62.212.0.2]) by hub.freebsd.org (Postfix) with ESMTP id 0ACCD37B6D6 for ; Sat, 29 Jul 2000 11:33:43 -0700 (PDT) (envelope-from olgeni@uli.it) Received: from olgeni.uli.it (olgeni.uli.it [62.212.0.22]) by vega.uli.it (Postfix) with ESMTP id 04A0E3B005 for ; Sat, 29 Jul 2000 20:33:43 +0200 (CEST) Message-Id: Date: Sat, 29 Jul 2000 20:33:40 +0200 (CEST) From: Jimmy Olgeni To: FreeBSD-gnats-submit@freebsd.org Subject: ports/20289: [PATCH] Sound for emulators/xzx Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20289 >Category: ports >Synopsis: [PATCH] Sound for emulators/xzx >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: wish >Submitter-Id: current-users >Arrival-Date: Sat Jul 29 11:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 4.1-STABLE i386 >Organization: Colby >Environment: Port of xzx-2.9.1 >Description: The port currently lacks sound support due to the default "configure" behaviour. >How-To-Repeat: Compile/install/run, press F10, choose "Sound Options": "Speaker" and "AY 8912" are disabled. >Fix: Just add "CONFIGURE_ARGS= --with-oss" to the Makefile. --- Makefile.orig Sat Jul 29 18:18:35 2000 +++ Makefile Sat Jul 29 18:18:37 2000 @@ -15,6 +15,7 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-oss MAN1= xzx.1 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message