Skip site navigation (1)Skip section navigation (2)
Date:      11 Jun 2002 02:07:29 -0000
From:      marc@informatik.uni-bremen.de
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sobomax@FreeBSD.org
Subject:   ports/39136: Enable arts in SDL
Message-ID:  <20020611020729.11068.qmail@leeloo.intern.geht.de>

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

>Number:         39136
>Category:       ports
>Synopsis:       Enable arts in SDL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 10 19:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     User &
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD leeloo.intern.geht.de 4.6-RC FreeBSD 4.6-RC #0: Sun Jun 9 23:03:22 CEST 2002 marc@leeloo.intern.geht.de:/usr/src/sys/compile/LEELOO i386


	
>Description:
The diff enables arts in SDL with it's allready installed on the box. Without this option sound isn't working with KDE and SDL applications.
	
>How-To-Repeat:
	
>Fix:

	

--- sdl12.diff begins here ---
diff -Nur sdl12.old/Makefile sdl12/Makefile
--- sdl12.old/Makefile	Fri May 17 10:32:45 2002
+++ sdl12/Makefile	Tue Jun 11 04:01:52 2002
@@ -24,7 +24,6 @@
 		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
 		PTHREAD_LIBS="${PTHREAD_LIBS}"
 CONFIGURE_ARGS=	--enable-video-aalib \
-		--disable-arts \
 		--disable-nas
 
 CFLAGS+=	${PTHREAD_CFLAGS}
@@ -36,6 +35,12 @@
 CONFIGURE_ARGS+=--disable-video-vgl
 PKGMESSAGE=	/I/hate/ports/Mk/bsd.port.mk
 DISPLAY_MSG=	${DO_NADA}
+.endif
+
+.if exists(${LOCALBASE}/bin/artsc-config)
+CONFIGURE_ARGS+=--enable-arts
+.else
+CONFIGURE_ARGS+=--disable-arts
 .endif
 
 .if !defined(WITHOUT_X11)
--- sdl12.diff ends here ---


>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?20020611020729.11068.qmail>