ports/114430: [PATCH] graphics/jasper: fix options handling

Shane Bell decept0 at gmail.com
Mon Jul 9 09:40:03 UTC 2007


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



More information about the freebsd-ports-bugs mailing list