Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Sep 2011 19:04:41 GMT
From:      Richard Neese <r.neese@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/160877: port fix to build on nanobsd
Message-ID:  <201109211904.p8LJ4fh9031328@red.freebsd.org>
Resent-Message-ID: <201109211910.p8LJA8Yh043394@freefall.freebsd.org>

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

>Number:         160877
>Category:       misc
>Synopsis:       port fix to build on nanobsd
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 21 19:10: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:
this patch allows fo cmt port to compile for nano bsd.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/cmt/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	14 Apr 2011 07:24:38 -0000	1.13
+++ Makefile	21 Sep 2011 18:33:34 -0000
@@ -21,6 +21,7 @@
 BUILD_WRKSRC=	${WRKDIR}/${PORTNAME}/src
 
 USE_GMAKE=	yes
+MAKE_ENV+=	TARGET_ARCH=
 MAKEFILE=	makefile
 MAKE_ARGS=	CXX="${CXX}" \
 		CXXFLAGS="${CXXFLAGS} -fPIC -I${LOCALBASE}/include"


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



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