summaryrefslogtreecommitdiff
path: root/misc/openoffice3/patches/patch-ga
blob: 08e67fdec076766124e44e01c02e6629f022348e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$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();