Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jul 2000 20:33:40 +0200 (CEST)
From:      Jimmy Olgeni <olgeni@uli.it>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20289: [PATCH] Sound for emulators/xzx
Message-ID:  <Pine.BSF.4.21.0007291816590.94585-100000@olgeni.localdomain.net>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0007291816590.94585-100000>