pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Problems building misc/openoffice3
Hi,
I had the same problem on i386/5.1, and fix the patch with
one char change on filename (unxbsdx3.pro to unxbsdi3.pro),
apply it and make package again (meaning not make clean done).
I have looked over 'build --start connectivity' message,
but package-install was completed for me.
Thanks a lot,
---
Makoto Fujiwara,
Chiba, Japan, Narita Airport and Disneyland prefecture.
$NetBSD$
---
openoffice3/work/OOO310_m19/connectivity/unxbsdx3.pro/misc/sqlbison.cxx.orig
2011-07-19 16:28:54.000000000 +0000
+++ connectivity/unxbsdi3.pro/misc/sqlbison.cxx
@@ -6899,7 +6899,7 @@ void OSQLParser::reduceLiteral(OSQLParse
}
// -------------------------------------------------------------------------
-void OSQLParser::error(sal_Char *fmt)
+void OSQLParser::error(const sal_Char *fmt)
{
if(!m_sErrorMessage.getLength())
{
--- openoffice3/work/OOO310_m19/connectivity/inc/connectivity/sqlparse.hxx.orig
2008-12-30 14:32:01.000000000 +0000
+++ connectivity/inc/connectivity/sqlparse.hxx
@@ -213,7 +213,7 @@ namespace connectivity
- void error(sal_Char *fmt);
+ void error(const sal_Char *fmt);
int SQLlex();
#ifdef YYBISON
void setParseTree(OSQLParseNode * pNewParseTree);
--mP3DRpeJDSE+ciuQ--
Home |
Main Index |
Thread Index |
Old Index