From nobody@FreeBSD.ORG Mon Feb 22 00:01:13 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id DA2B711956; Mon, 22 Feb 1999 00:01:12 -0800 (PST)
Message-Id: <19990222080112.DA2B711956@hub.freebsd.org>
Date: Mon, 22 Feb 1999 00:01:12 -0800 (PST)
From: Nakai@internetsolutions.co.jp
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: Fixed port: gettext
X-Send-Pr-Version: www-1.0

>Number:         10195
>Category:       ports
>Synopsis:       Fixed port: gettext
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 22 00:10:00 PST 1999
>Closed-Date:    Sun Mar 14 20:02:22 PST 1999
>Last-Modified:  Sun Mar 14 20:03:17 PST 1999
>Originator:     Yukihiro Nakai
>Release:        3.0R
>Organization:
Internet Solutions, Inc.
>Environment:
3.0R + latest /usr/share/mk/* + latest ports
>Description:
I have fixed the gettext port of its CONFIGURE_ARGS.
In the latest gettext, --with-gnu-gettext is --with-included-gettext.

Yukihiro Nakai
--------------
diff -ruN gettext.orig/Makefile gettext/Makefile
--- gettext.orig/Makefile       Mon Feb 22 11:51:19 1999
+++ gettext/Makefile    Mon Feb 22 11:51:43 1999
@@ -13,7 +13,7 @@
 MAINTAINER=    nacai@iname.com
 
 GNU_CONFIGURE= yes
-CONFIGURE_ARGS=        i386--freebsd --with-gnu-gettext
+CONFIGURE_ARGS=        ${MACHINE_ARCH}--freebsd --with-included-gettext
 
 pre-configure:
        ${RM} ${WRKSRC}/doc/gettext.info*

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Mar 14 20:02:22 PST 1999 
State-Changed-Why:  
Satoshi fixed up bsd.port.mk to pass ${MACHINE_ARCH}--freebsd in 
CONFIGURE_ARGS if GNU_CONFIGURE is defined. 
>Unformatted:
