Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2002 03:03:54 -0400 (EDT)
From:      Alan Eldridge <ports@geeksrus.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sobomax@FreeBSD.org
Subject:   ports/42724: devel/sdl12: WITHOUT_ESOUND needs to specifically disable it.
Message-ID:  <200209130703.g8D73s7o076516@wwweasel.geeksrus.net>

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

>Number:         42724
>Category:       ports
>Synopsis:       devel/sdl12: WITHOUT_ESOUND needs to specifically disable it.
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 13 00:10:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alan Eldridge
>Release:        FreeBSD 4.7-PRERELEASE i386
>Organization:
Geeksrus.NET
>Environment:
System: FreeBSD wwweasel.geeksrus.net 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #0: Sun Sep 8 06:05:58 EDT 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386


>Description:

You have to say --disable-esd (and possibly --disable-esdtest) in
CONFIGURE_ARGS in order to prevent esound from being used.

>How-To-Repeat:
>Fix:

==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==
Index: devel/sdl12/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/sdl12/Makefile,v
retrieving revision 1.57
diff -u -3 -r1.57 Makefile
--- devel/sdl12/Makefile	30 Aug 2002 13:31:51 -0000	1.57
+++ devel/sdl12/Makefile	13 Sep 2002 06:59:37 -0000
@@ -43,6 +43,8 @@
 .if !defined(WITHOUT_ESOUND)
 USE_GNOMENG=	yes
 USE_GNOME=	esound
+.else
+CONFIGURE_ARGS+=--disable-esd --disable-esdtest
 .endif
 .if defined(WITHOUT_GL)
 CONFIGURE_ARGS+=--disable-video-opengl
==8<====8<====8<====8<====8<====8<====8<====8<====8<====8<==


>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?200209130703.g8D73s7o076516>