pkgsrc-Bugs archive

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

pkg/33577: textproc/aspell doesn't compile in -current with pkgsrc's libintl



>Number:         33577
>Category:       pkg
>Synopsis:       textproc/aspell doesn't compile in -current with pkgsrc's 
>libintl
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun May 28 16:55:00 +0000 2006
>Originator:     César Catrián Carreño
>Release:        NetBSD 3.99.19 i386
>Organization:
>Environment:


System: NetBSD 3.99.19 (SAT) #0: Sun May 28 00:55:48 CLT 2006
        
cetrox%core.cjc.cl@localhost:/home/cetrox/src/netbsd-current/src/sys/arch/i386/compile/SAT



>Description:


Aspell's file common/config.cpp calls printf(), which is defined by libintl.h 
(from pkgsrc) as libintl_printf().
Reversing the definition is a work-around.


>How-To-Repeat:





>Fix:


--- common/config.hpp.orig      2006-05-28 10:13:42.000000000 -0400
+++ common/config.hpp   2006-05-28 10:13:59.000000000 -0400
@@ -13,6 +13,8 @@
 #include "string.hpp"
 #include "vector.hpp"
 
+#define libintl_printf printf
+
 namespace acommon {
 
   class OStream;






Home | Main Index | Thread Index | Old Index