pkgsrc/misc/openoffice3/patches/patch-ga

16 lines
448 B
Text

$NetBSD: patch-ga,v 1.1 2009/07/16 10:47:11 wiz Exp $
Fix build with getline() in libc.
From http://bugs.gentoo.org/show_bug.cgi?id=270263
--- soltools/mkdepend/def.h.orig 2008-04-10 18:05:14.000000000 +0000
+++ soltools/mkdepend/def.h
@@ -154,7 +154,7 @@ char *realloc();
char *copy();
char *base_name();
-char *getline();
+char *ooo_getline();
char *isdefined();
struct filepointer *getfile();
struct inclist *newinclude();