Subject: CVS commit: pkgsrc/textproc/aspell
From: Johnny C. Lam
Date: 2006-06-15 05:44:07
Message id: 20060615034407.8C09D211CA@cvs.netbsd.org

Log Message:
Welcome to the brave new world of gettext-0.14.5 -- if a source file
includes <libintl.h>, then it may also pull in macro redefintions for
all of the *printf() functions.  Unfortunately, macros do not mix well
with C++ code which expects to be able to partition names, e.g.  printf
and vprintf, into the class namespace.  (Mostly) fix this problem by
undefining printf and vprintf after <libintl.h> is included.  This
addresses PR pkg/33577.

Files:
RevisionActionfile
1.20modifypkgsrc/textproc/aspell/distinfo
1.1addpkgsrc/textproc/aspell/patches/patch-an