Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Feb 2010 09:03:49 GMT
From:      Andrius Morkunas <hinokind@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144161: [patch] emulators/sdlmess fix typo in Makefile
Message-ID:  <201002210903.o1L93nMh069861@www.freebsd.org>
Resent-Message-ID: <201002210910.o1L9A46C040673@freefall.freebsd.org>

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

>Number:         144161
>Category:       ports
>Synopsis:       [patch] emulators/sdlmess 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:10: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/sdlmess.orig/Makefile emulators/sdlmess/Makefile
--- emulators/sdlmess.orig/Makefile	2010-01-18 05:01:58.000000000 +0000
+++ emulators/sdlmess/Makefile	2010-02-21 09:02:02.892643023 +0000
@@ -23,7 +23,7 @@
 MAKE_ENV=	PTHREAD_LIBS="${PTHREAD_LIBS}"
 USE_SDL=	sdl
 MAKEFILE=	makefile.sdl
-ONLY_FOR_ARCH=	i386 amd64
+ONLY_FOR_ARCHS=	i386 amd64
 SUB_FILES=	pkg-message
 
 OPTIONS=	DEBUG "Build sdlmess debugger" off


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



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