ports/115111: [PATCH] graphics/devil: disable allegro if found

Alejandro Pulver alepulver at FreeBSD.org
Wed Aug 1 10:20:02 UTC 2007


>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 at 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:



More information about the freebsd-ports-bugs mailing list