diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-02 20:27:00 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-02 20:27:00 +0000 |
commit | 2f60a7bfc4715014c42d67985f77c26158e97c3c (patch) | |
tree | 5c20416df81c78e45c376caa020cb23d0d019da7 /editors/openoffice.org-2/files/patch-connectivity::source::parse::makefile.mk | |
parent | Fix ECHO_CMD overkill. (diff) |
Add patches recieved from Carlos Fernando Assis Paniago <pan@cnpm.embrapa.br>
More will follow
Notes
Notes:
svn path=/head/; revision=55413
Diffstat (limited to 'editors/openoffice.org-2/files/patch-connectivity::source::parse::makefile.mk')
-rw-r--r-- | editors/openoffice.org-2/files/patch-connectivity::source::parse::makefile.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/openoffice.org-2/files/patch-connectivity::source::parse::makefile.mk b/editors/openoffice.org-2/files/patch-connectivity::source::parse::makefile.mk new file mode 100644 index 000000000000..96260511753d --- /dev/null +++ b/editors/openoffice.org-2/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 + |