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-idlc::source::makefile.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 editors/openoffice-1.1-devel/files/patch-idlc::source::makefile.mk (limited to 'editors/openoffice-1.1-devel/files/patch-idlc::source::makefile.mk') diff --git a/editors/openoffice-1.1-devel/files/patch-idlc::source::makefile.mk b/editors/openoffice-1.1-devel/files/patch-idlc::source::makefile.mk new file mode 100644 index 000000000000..9b02a6f4fc18 --- /dev/null +++ b/editors/openoffice-1.1-devel/files/patch-idlc::source::makefile.mk @@ -0,0 +1,13 @@ +--- ../idlc/source/makefile.mk.orig Sat Mar 2 21:14:55 2002 ++++ ../idlc/source/makefile.mk Sat Mar 2 21:15:43 2002 +@@ -148,6 +148,10 @@ + + $(MISC)$/parser.cxx: parser.yy + +bison -v -d -o$(MISC)$/parser.cxx parser.yy ++.IF "$(OS)"=="FREEBSD" ++ +$(COPY) $(MISC)$/parser.hxx $(OUT)$/inc$/parser.h ++.ELSE + +$(COPY) $(MISC)$/parser.cxx.h $(OUT)$/inc$/parser.h ++.ENDIF + # with line statements (for debugging) + # +bison -v -d -o$(MISC)$/parser.cxx parser.yy -- cgit v1.2.3