Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Sep 2011 19:25:39 GMT
From:      Richard Neese <r.neese@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/160885: patch for lua for nanobsd nuild
Message-ID:  <201109211925.p8LJPdh7067569@red.freebsd.org>
Resent-Message-ID: <201109211930.p8LJU9ri061820@freefall.freebsd.org>

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

>Number:         160885
>Category:       ports
>Synopsis:       patch for lua for nanobsd nuild
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 21 19:30:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Richard Neese
>Release:        FreeBSD 8.2-STABLE
>Organization:
>Environment:
FreeBSD ports.freebsd.org 8.2-STABLE-201105 FreeBSD 8.2-STABLE-201105 #0: Tue May 17 05:46:49 UTC 2011     root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Patch to allow lua to compile for nanobsd builds.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/lua/Makefile,v
retrieving revision 1.45
diff -u -r1.45 Makefile
--- Makefile	6 Jul 2011 00:13:41 -0000	1.45
+++ Makefile	21 Sep 2011 18:34:57 -0000
@@ -28,6 +28,7 @@
 MAKE_JOBS_SAFE=	yes
 MAKE_ENV=	LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}"
 USE_GMAKE=	yes
+MAKE_ENV+=      TARGET_ARCH=
 
 MAN1=		lua-${LUA_VER}.1 luac-${LUA_VER}.1
 DOCSDIR=	${PREFIX}/share/doc/${LUA_SUBDIR}


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



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