Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2010 08:47:36 GMT
From:      Andrius Morkunas <hinokind@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144158: [patch] emulators/sdlmame-devel fix typo in Makefile
Message-ID:  <201002210847.o1L8laFh055811@www.freebsd.org>
Resent-Message-ID: <201002210850.o1L8o4Yu024028@freefall.freebsd.org>

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

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



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