ports/58467: Maintainer Update: emulators/xmame fix opengl build

Suleiman Souhlal refugee at vt.edu
Thu Oct 23 22:41:54 UTC 2003


>Number:         58467
>Category:       ports
>Synopsis:       Maintainer Update: emulators/xmame fix opengl build
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 23 15:40:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Suleiman Souhlal
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD hc6524a8b.dhcp.vt.edu 5.1-CURRENT FreeBSD 5.1-CURRENT #10: Tue Sep 30 19:14:35 EDT 2003 refugee at zZzZ.vt.edu:/usr/obj/usr/src/sys/ZZZZ i386


	
>Description:
	
Fix opengl build.

Discovered by: Jimmy Olgeni <olgeni at FreeBSD.org>
>How-To-Repeat:
	
>Fix:

	

--- xmame.diff begins here ---
diff -urN xmame.orig/Makefile xmame/Makefile
--- xmame.orig/Makefile	Thu Oct 23 18:28:36 2003
+++ xmame/Makefile	Thu Oct 23 18:13:38 2003
@@ -272,7 +272,7 @@
 		-e "s@# X11_DGA at X11_DGA@g" \
 		-e "s@/usr/X11R6@${X11BASE}@g" \
 		-e "s@^SDL_CONFIG.*@SDL_CONFIG = ${SDL_CONFIG}@g" \
-		-e "s@^GLLIBS=.*@GLLIBS= ${PTHREAD_LIBS}@g" \
+		-e "s@^GLLIBS += .*@GLLIBS += ${PTHREAD_LIBS}@g" \
 			${WRKSRC}/makefile.unix
 
 post-build:
--- xmame.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list