pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/34056: lynx need broken gettext detection support



>Number:         34056
>Category:       pkg
>Synopsis:       lynx need broken gettext detection support
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Jul 22 21:40:00 +0000 2006
>Originator:     César Catrián Carreño
>Release:        NetBSD 3.99.20 i386
>Organization:
>Environment:


System: NetBSD 3.99.20 (SAT) #0: Wed May 31 23:10:25 CLT 2006
        
cetrox%core.cjc.cl@localhost:/home/cetrox/src/netbsd-current/src/sys/arch/i386/compile/obj/SAT



>Description:


Can't build without broken gettext detection support.


>How-To-Repeat:


$ cd www/lynx
$ make


>Fix:


--- Makefile.orig       2006-07-22 17:28:28.000000000 -0400
+++ Makefile    2006-07-22 17:34:48.000000000 -0400
@@ -69,6 +69,11 @@
 CONFIGURE_ARGS+=       --enable-prettysrc
 CONFIGURE_ARGS+=       --enable-read-eta
 
+# The configure script doesn't detect whether libintl.so has any
+# library dependencies.
+# 
+BROKEN_GETTEXT_DETECTION=       yes
+
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"






Home | Main Index | Thread Index | Old Index