Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2007 07:11:49 -0300
From:      "Alejandro Pulver" <alepulver@FreeBSD.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/115111: [PATCH] graphics/devil: disable allegro if found
Message-ID:  <1185963109.37456@deimos.mars.bsd>
Resent-Message-ID: <200708011020.l71AK11c024789@freefall.freebsd.org>

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

>Number:         115111
>Category:       ports
>Synopsis:       [PATCH] graphics/devil: disable allegro if found
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 01 10:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Alejandro Pulver
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007
    root@dessler.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP



>Description:


- Disable allegro in case it's found (causes problems on some libraries like x11-toolkits/gigi, also in that case a dependency is missing).


>How-To-Repeat:





>Fix:


--- devil.diff begins here ---
Index: devil/Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/devil/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- devil/Makefile	24 Jul 2007 16:20:30 -0000	1.14
+++ devil/Makefile	26 Jul 2007 17:57:22 -0000
@@ -26,6 +26,7 @@
 USE_GL=		yes
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--disable-allegro
 CONFIGURE_ENV=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib"
 
 OPTIONS=	SDL "Enable SDL support" off
--- devil.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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