diff options
author | mbr <mbr@FreeBSD.org> | 2002-03-05 23:55:41 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-03-05 23:55:41 +0800 |
commit | 73712680482a8d69a61e991eaa0ca7609f19a8c4 (patch) | |
tree | 5c39cc0cde510795805cf85faf52ae65fbbe0018 /editors/openoffice.org-2.0/files | |
parent | c16c16caa8c10092e367cf16e4281221a5cb2cec (diff) | |
download | freebsd-ports-graphics-73712680482a8d69a61e991eaa0ca7609f19a8c4.tar.gz freebsd-ports-graphics-73712680482a8d69a61e991eaa0ca7609f19a8c4.tar.zst freebsd-ports-graphics-73712680482a8d69a61e991eaa0ca7609f19a8c4.zip |
Fix for newer bison with .h files
Diffstat (limited to 'editors/openoffice.org-2.0/files')
-rw-r--r-- | editors/openoffice.org-2.0/files/patch-solenv::inc::tg_yxx.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0/files/patch-solenv::inc::tg_yxx.mk b/editors/openoffice.org-2.0/files/patch-solenv::inc::tg_yxx.mk new file mode 100644 index 00000000000..a2af069cd0a --- /dev/null +++ b/editors/openoffice.org-2.0/files/patch-solenv::inc::tg_yxx.mk @@ -0,0 +1,12 @@ +--- ../solenv/inc/tg_yxx.mk.orig Fri Feb 15 13:36:38 2002 ++++ ../solenv/inc/tg_yxx.mk +@@ -4,7 +4,8 @@ + @echo ------------------------------ + @echo Making: $@ + #.IF "$(GUI)"!="UNX" +- $(BISON) $(YACCFLAGS) $(YACCOUT)$/$(YACCTARGET) $(YACCFILES) ++ $(BISON) $(YACCFLAGS) $(YACCOUT)$/$(YACCTARGET).h $(YACCFILES) ++ $(BISON) -o $(YACCOUT)$/$(YACCTARGET) $(YACCFILES) + #.ELSE + # $(BISON) $(YACCFLAGS) $(YACCFILES) + # mv y.tab.c $(INCCOM)/rscyacc.yxx |