Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2000 14:01:40 +0200 (CEST)
From:      rguyom@321.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18842: devel/gmake: i18n patch, use the shared libintl
Message-ID:  <20000527120140.169942FA@diabolic-cow.mail.dotcom.fr>

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

>Number:         18842
>Category:       ports
>Synopsis:       devel/gmake: i18n patch, use the shared libintl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 27 06:00:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Rémi Guyomarch
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
disorganized
>Environment:

	4.0-STABLE updated May 24

>Description:

	This port use by default its own flavor of gettext/libtinl.
	With this patch it use the gettext port and thus the shared
	libintl.

>How-To-Repeat:

	Build the port

>Fix:

diff -urN /usr/ports/devel/gmake/Makefile gmake/Makefile
--- /usr/ports/devel/gmake/Makefile	Tue Apr 25 23:42:38 2000
+++ gmake/Makefile	Wed May 24 01:44:55 2000
@@ -16,8 +16,11 @@
 
 Y2K=		http://www.gnu.org/software/year2000.html
 
+LIB_DEPENDS=	intl.1:${PORTSDIR}/devel/gettext
+
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--program-prefix=g
+CONFIGURE_ARGS=	--program-prefix=g --without-included-gettext
+CONFIGURE_ENV=	CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
 MAN1=		gmake.1
 
 # joerg@freebsd.org says our getloadavg() no longer requires setgid kmem


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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