From neuhauser@chello.cz  Sat Apr 17 09:53:56 2004
Return-Path: <neuhauser@chello.cz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8BE9916A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 Apr 2004 09:53:56 -0700 (PDT)
Received: from smtp.dkm.cz (smtp.dkm.cz [62.24.64.34])
	by mx1.FreeBSD.org (Postfix) with SMTP id 9AF0843D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 Apr 2004 09:53:55 -0700 (PDT)
	(envelope-from neuhauser@chello.cz)
Received: (qmail 32895 invoked by uid 0); 17 Apr 2004 16:53:54 -0000
Received: from r3al16.mistral.cz (HELO isis.wad.cz) (213.220.229.16)
  by smtp.dkm.cz with SMTP; 17 Apr 2004 16:53:54 -0000
Received: by isis.wad.cz (Postfix, from userid 1001)
	id A02DD2FDA01; Sat, 17 Apr 2004 17:54:27 +0200 (CEST)
Message-Id: <20040417155427.A02DD2FDA01@isis.wad.cz>
Date: Sat, 17 Apr 2004 17:54:27 +0200 (CEST)
From: Roman Neuhauser <neuhauser@chello.cz>
Reply-To: Roman Neuhauser <neuhauser@chello.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc: cyrille.lefevre@laposte.net
Subject: [PATCH] devel/gengetopt: fix ./configure --host warning
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         65679
>Category:       ports
>Synopsis:       [PATCH] devel/gengetopt: fix ./configure --host warning
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 17 10:00:40 PDT 2004
>Closed-Date:    Sat Apr 17 12:21:32 PDT 2004
>Last-Modified:  Sat Apr 17 12:21:32 PDT 2004
>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:

	

--- devel-gengetopt.CONFIGURE_TARGET.patch begins here ---
Index: devel/gengetopt/Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/gengetopt/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- devel/gengetopt/Makefile	10 Mar 2004 09:41:59 -0000	1.13
+++ devel/gengetopt/Makefile	17 Apr 2004 15:23:49 -0000
@@ -16,6 +16,7 @@
 COMMENT=	A tool for generating a C function which parses command line arguments
 
 GNU_CONFIGURE=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 USE_GMAKE=	yes
 
 MAN1=		gengetopt.1
--- devel-gengetopt.CONFIGURE_TARGET.patch ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Sat Apr 17 12:21:29 PDT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=65679 
>Unformatted:
