Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  5 Nov 2003 14:21:23 -0500 (EST)
From:      Suleiman Souhlal <refugee@vt.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Zhang Weiwu <weiwuzhang@hotmail.com>
Subject:   ports/58977: Maintainer Update: emulators/xmame fix WITH_ASM68K=yes build
Message-ID:  <20031105192123.18C02EA@zZzZ.segfaulted.com>
Resent-Message-ID: <200311051930.hA5JUKhO080886@freefall.freebsd.org>

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

>Number:         58977
>Category:       ports
>Synopsis:       Maintainer Update: emulators/xmame fix WITH_ASM68K=yes build
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 05 11:30:20 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Suleiman Souhlal
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD zZzZ.segfaulted.com 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 the build with WITH_ASM68K=yes option

Reported by: Zhang Weiwu <weiwuzhang@hotmail.com>
>How-To-Repeat:
	
>Fix:

	

--- xmame.diff begins here ---
diff -urN xmame.orig/Makefile xmame/Makefile
--- xmame.orig/Makefile	Wed Nov  5 13:19:38 2003
+++ xmame/Makefile	Wed Nov  5 13:29:57 2003
@@ -256,7 +256,7 @@
 	${REINPLACE_CMD} -e "s@= gcc@?=  ${CC}@g" \
 		-e "s@^TARGET.*@TARGET = ${MAMEMESS}@g" \
 		-e "s@# MAME_NET@${NETWORK}MAME_NET@g" \
-		-e "s@# X86_ASM_68000@${ASM_COMMENT}X86_ASM_68000@g" \
+		-e "s@# X86_ASM_68000 =@${ASM_COMMENT}X86_ASM_68000 =@g" \
 		-e "s@^CFLAGS.*@CFLAGS ?= ${CFLAGS}@g" \
 		-e "s@^INSTALL_GROUP.*@INSTALL_GROUP = wheel@g" \
 		-e "s@# LIBS.*@LIBS = -L${LOCALBASE}/lib@g" \
--- xmame.diff ends here ---


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



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