Subject: pkg/34295: www/lynx need BROKEN_GETTEXT_DETECTION to compile
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: César Catrián Carreño <ccatrian@eml.cc>
List: pkgsrc-bugs
Date: 08/27/2006 10:25:00
>Number:         34295
>Category:       pkg
>Synopsis:       www/lynx need BROKEN_GETTEXT_DETECTION to compile
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Aug 27 10:25:00 +0000 2006
>Originator:     César Catrián Carreño
>Release:        NetBSD 4.99.1 i386
>Organization:
>Environment:


System: NetBSD 4.99.1 (SAT) #0: Thu Aug 24 20:47:44 CLT 2006
	cetrox@core.cjc.cl:/home/cetrox/src/netbsd-current/src/sys/arch/i386/compile/SAT



>Description:


www/lynx need BROKEN_GETTEXT_DETECTION to compile.


>How-To-Repeat:


$ cd www/lynx
$ make


>Fix:


--- Makefile.orig       2006-08-27 04:14:50.000000000 -0400
+++ Makefile    2006-08-27 04:24:40.000000000 -0400
@@ -69,6 +69,9 @@
 CONFIGURE_ARGS+=       --enable-prettysrc
 CONFIGURE_ARGS+=       --enable-read-eta
 
+# GNU configure script fail to detect if gettext is present or not.
+BROKEN_GETTEXT_DETECTION=      yes
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"