ports/144158: [patch] emulators/sdlmame-devel fix typo in Makefile

Andrius Morkunas hinokind at gmail.com
Sun Feb 21 08:50:04 UTC 2010


>Number:         144158
>Category:       ports
>Synopsis:       [patch] emulators/sdlmame-devel 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 08:50:03 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-devel.orig/Makefile emulators/sdlmame-devel/Makefile
--- emulators/sdlmame-devel.orig/Makefile	2009-12-22 23:37:28.000000000 +0000
+++ emulators/sdlmame-devel/Makefile	2010-02-21 08:36:56.889108921 +0000
@@ -24,7 +24,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