From refugee@hc6524a8b.dhcp.vt.edu  Thu Oct 23 15:32:13 2003
Return-Path: <refugee@hc6524a8b.dhcp.vt.edu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A2D7116A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Oct 2003 15:32:13 -0700 (PDT)
Received: from hc6524a8b.dhcp.vt.edu (hc6524a8b.dhcp.vt.edu [198.82.74.139])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EC59C43FE3
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 23 Oct 2003 15:32:12 -0700 (PDT)
	(envelope-from refugee@hc6524a8b.dhcp.vt.edu)
Received: by zZzZ.segfaulted.com (Postfix, from userid 1001)
	id B4B44C0; Thu, 23 Oct 2003 18:32:13 -0400 (EDT)
Message-Id: <20031023223213.B4B44C0@hc6524a8b.dhcp.vt.edu>
Date: Thu, 23 Oct 2003 18:32:13 -0400 (EDT)
From: Suleiman Souhlal <refugee@vt.edu>
Reply-To: Suleiman Souhlal <refugee@vt.edu>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Maintainer Update: emulators/xmame fix opengl build
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         58467
>Category:       ports
>Synopsis:       Maintainer Update: emulators/xmame fix opengl build
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 23 15:40:18 PDT 2003
>Closed-Date:    Fri Oct 24 18:11:03 PDT 2003
>Last-Modified:  Fri Oct 24 18:11:03 PDT 2003
>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@zZzZ.vt.edu:/usr/obj/usr/src/sys/ZZZZ i386


	
>Description:
	
Fix opengl build.

Discovered by: Jimmy Olgeni <olgeni@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@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:
State-Changed-From-To: open->closed 
State-Changed-By: maho 
State-Changed-When: Fri Oct 24 18:10:49 PDT 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=58467 
>Unformatted:
