Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2010 08:55:41 GMT
From:      Andrius Morkunas <hinokind@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144160: [patch] emulators/sdlmame fix typo in Makefile
Message-ID:  <201002210855.o1L8tfiH060984@www.freebsd.org>
Resent-Message-ID: <201002210900.o1L90Ekq032349@freefall.freebsd.org>

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

>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:



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