Date: Sat, 17 Apr 2004 17:53:40 +0200 (CEST) From: Roman Neuhauser <neuhauser@chello.cz> To: FreeBSD-gnats-submit@FreeBSD.org Cc: matthias.andree@gmx.de Subject: ports/65677: [PATCH] databases/db3: fix ./configure --host warning Message-ID: <20040417155340.8D50C2FDA03@isis.wad.cz> Resent-Message-ID: <200404171700.i3HH0emF094966@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65677 >Category: ports >Synopsis: [PATCH] databases/db3: fix ./configure --host warning >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 17 10:00:39 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Roman Neuhauser >Release: FreeBSD 4.9-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD isis.wad.cz 4.9-RELEASE-p2 FreeBSD 4.9-RELEASE-p2 #3: Sun Mar 7 02:11:16 CET 2004 root@isis.wad.cz:/usr/obj/usr/src/sys/FREEPUPPY2_6 i386 >Description: silence a configure warning >How-To-Repeat: >Fix: --- databases-db3.CONFIGURE_TARGET.patch begins here --- Index: databases/db3/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/db3/Makefile,v retrieving revision 1.54 diff -u -r1.54 Makefile --- databases/db3/Makefile 14 Mar 2004 06:16:06 -0000 1.54 +++ databases/db3/Makefile 17 Apr 2004 15:23:49 -0000 @@ -32,8 +32,8 @@ --enable-dump185 --enable-cxx \ --enable-dynamic \ --prefix=${PREFIX} \ - --includedir=${PREFIX}/include/db3 \ - --target=${ARCH}-portbld-freebsd${OSREL} + --includedir=${PREFIX}/include/db3 +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALL_TARGET= install_include install_lib install_utilities .if !defined(NOPORTDOCS) INSTALL_TARGET+= install_docs docdir=${DOCSDIR} --- databases-db3.CONFIGURE_TARGET.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040417155340.8D50C2FDA03>