From 2f60a7bfc4715014c42d67985f77c26158e97c3c Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Sat, 2 Mar 2002 20:27:00 +0000 Subject: Add patches recieved from Carlos Fernando Assis Paniago More will follow --- .../files/patch-connectivity::source::parse::makefile.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 editors/openoffice.org-3-devel/files/patch-connectivity::source::parse::makefile.mk (limited to 'editors/openoffice.org-3-devel/files/patch-connectivity::source::parse::makefile.mk') diff --git a/editors/openoffice.org-3-devel/files/patch-connectivity::source::parse::makefile.mk b/editors/openoffice.org-3-devel/files/patch-connectivity::source::parse::makefile.mk new file mode 100644 index 000000000000..96260511753d --- /dev/null +++ b/editors/openoffice.org-3-devel/files/patch-connectivity::source::parse::makefile.mk @@ -0,0 +1,14 @@ +--- ../connectivity/source/parse/makefile.mk.orig Sat Mar 2 21:01:23 2002 ++++ ../connectivity/source/parse/makefile.mk Sat Mar 2 21:03:09 2002 +@@ -97,7 +97,11 @@ + $(MISC)$/sqlbison.cxx: sqlbison.y + +bison -v -d -pSQLyy -l -bsql -o$(MISC)$/sqlbison.cxx sqlbison.y + -$(MKDIR) $(OUT)$/inc$/connectivity ++.IF "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD" ++ +$(COPY) $(MISC)$/sqlbison.hxx $(OUT)$/inc$/connectivity$/sqlbison.hxx ++.ELSE + +$(COPY) $(MISC)$/sqlbison.cxx.h $(OUT)$/inc$/connectivity$/sqlbison.hxx ++.ENDIF + + $(SLO)$/sqlbison.obj : $(MISC)$/sqlbison.cxx + -- cgit v1.2.3