summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2/files/patch-idlc::source::makefile.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-06 11:09:27 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-06 11:09:27 +0000
commit5ee03bd0eedb810df438fa043b99f9a5f8cf5276 (patch)
tree584df24890d8ce7b518b76ea183fac909ef875ee /editors/openoffice.org-2/files/patch-idlc::source::makefile.mk
parentDon't install files that aren't used anyway. (diff)
Bison > 1.3 fixes, sync with NetBSD port source
Notes
Notes: svn path=/head/; revision=55628
Diffstat (limited to 'editors/openoffice.org-2/files/patch-idlc::source::makefile.mk')
-rw-r--r--editors/openoffice.org-2/files/patch-idlc::source::makefile.mk13
1 files changed, 5 insertions, 8 deletions
diff --git a/editors/openoffice.org-2/files/patch-idlc::source::makefile.mk b/editors/openoffice.org-2/files/patch-idlc::source::makefile.mk
index 9b02a6f4fc18..780425770b86 100644
--- a/editors/openoffice.org-2/files/patch-idlc::source::makefile.mk
+++ b/editors/openoffice.org-2/files/patch-idlc::source::makefile.mk
@@ -1,13 +1,10 @@
---- ../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 @@
+--- ../idlc/source/makefile.mk.orig Wed Mar 6 10:25:35 2002
++++ ../idlc/source/makefile.mk Wed Mar 6 10:25:53 2002
+@@ -147,6 +147,7 @@
+ +flex -o$(MISC)$/scanner.cxx $(MISC)$/stripped_scanner.ll
$(MISC)$/parser.cxx: parser.yy
++ +bison -v -d -o$(MISC)$/parser.cxx.h 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