Date: Fri, 9 Sep 2005 20:19:25 +0300 From: Vasil Dimov <vd@datamax.bg> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/85917: Fix configure's common warning in devel/google-sparsehash Message-ID: <20050909171925.GA28258@sinanica.bg.datamax> Resent-Message-ID: <200509091720.j89HK50n015929@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 85917 >Category: ports >Synopsis: Fix configure's common warning in devel/google-sparsehash >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 09 17:20:05 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vasil Dimov >Release: FreeBSD 5.4-STABLE i386 >Organization: DataMax >Environment: >Description: Circumvent "configure: WARNING: you should use --build, --host, --target" >How-To-Repeat: >Fix: --- google-sparsehash.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/devel/google-sparsehash/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 28 Jun 2005 01:17:21 -0000 1.1 +++ Makefile 9 Sep 2005 17:14:58 -0000 @@ -16,6 +16,7 @@ COMMENT= Google's hashtable implementations optimized for space or speed GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_REINPLACE= yes post-patch: --- google-sparsehash.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050909171925.GA28258>