pkgsrc/misc/openoffice/patches/patch-dx
mrauch 198760d74a Change the bison patches to the version that was agreed on in the
OpenOffice.org project. This also fixes compilation problems with
bison-1.34.
2002-03-29 21:00:10 +00:00

13 lines
416 B
Text

$NetBSD: patch-dx,v 1.1 2002/03/29 21:00:11 mrauch Exp $
--- ../rsc/source/parser/rscibas.cxx.orig Fri Jul 13 12:22:18 2001
+++ ../rsc/source/parser/rscibas.cxx
@@ -89,7 +89,7 @@
#include "rsclex.hxx"
-#include <rscyacc.yxx.h>
+#include <yyrscyacc.hxx>
/****************** M A C R O S ******************************************/
void RscTypCont::SETCONST( RscConst * pClass, char * szString, UINT32 nVal )