Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2007 09:35:58 GMT
From:      Shane Bell <decept0@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/114430: [PATCH] graphics/jasper: fix options handling
Message-ID:  <200707090935.l699Zwtm050047@www.freebsd.org>
Resent-Message-ID: <200707090940.l699e2Em037512@freefall.freebsd.org>

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

>Number:         114430
>Category:       ports
>Synopsis:       [PATCH] graphics/jasper: fix options handling
>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:   Mon Jul 09 09:40:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Shane Bell
>Release:        
>Organization:
>Environment:
>Description:
I didn't know it was opposites days yesterday, but now its business as usual this should be corrected ;P
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/graphics/jasper/Makefile jasper/Makefile
--- /usr/ports/graphics/jasper/Makefile	Mon Jul  9 21:22:20 2007
+++ jasper/Makefile	Mon Jul  9 21:25:47 2007
@@ -36,12 +36,12 @@
 .include <bsd.port.pre.mk>
 
 .if !defined(WITH_OPENGL)
+CONFIGURE_ARGS+=--disable-opengl
+PLIST_SUB+=	OPENGL="@comment "
+.else
 USE_GL=	glut
 CONFIGURE_ARGS+=--enable-opengl
 PLIST_SUB+=	OPENGL=""
-.else
-CONFIGURE_ARGS+=--disable-opengl
-PLIST_SUB+=	OPENGL="@comment "
 .endif
 
 .if !defined(NO_INSTALL_MANPAGES)


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



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