ports/144160: [patch] emulators/sdlmame fix typo in Makefile

Andrius Morkunas hinokind at gmail.com
Sun Feb 21 09:00:14 UTC 2010


>Number:         144160
>Category:       ports
>Synopsis:       [patch] emulators/sdlmame fix typo in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 21 09:00:13 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Andrius Morkunas
>Release:        
>Organization:
>Environment:
>Description:
ONLY_FOR_ARCH= i386 amd64
should be
ONLY_FOR_ARCHS= i386 amd64
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN emulators/sdlmame.orig/Makefile emulators/sdlmame/Makefile
--- emulators/sdlmame.orig/Makefile	2010-01-04 23:14:35.000000000 +0000
+++ emulators/sdlmame/Makefile	2010-02-21 08:52:53.298653677 +0000
@@ -22,7 +22,7 @@
 MAKE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}"
 USE_SDL=	sdl
 MAKEFILE=	makefile
-ONLY_FOR_ARCH=	i386 amd64
+ONLY_FOR_ARCHS=	i386 amd64
 SUB_FILES=	pkg-message
 
 OPTIONS=	DEBUG "Build sdlmame debugger" off


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



More information about the freebsd-ports-bugs mailing list