diff options
author | mrauch <mrauch> | 2002-02-15 21:28:15 +0000 |
---|---|---|
committer | mrauch <mrauch> | 2002-02-15 21:28:15 +0000 |
commit | 8b0f06143262dc4461fb934383c249b1ab9fe3cb (patch) | |
tree | f213392848c0cde13f43851ee7e10c27b9a48d0e /misc/openoffice/patches | |
parent | 9751b8071196447d72a23c2834157b36582870b0 (diff) | |
download | pkgsrc-8b0f06143262dc4461fb934383c249b1ab9fe3cb.tar.gz |
I missed one file to patch when enabling support for bison-1.3* in the
last commit.
Diffstat (limited to 'misc/openoffice/patches')
-rwxr-xr-x | misc/openoffice/patches/patch-di | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/openoffice/patches/patch-di b/misc/openoffice/patches/patch-di new file mode 100755 index 00000000000..aa02d73284d --- /dev/null +++ b/misc/openoffice/patches/patch-di @@ -0,0 +1,14 @@ +$NetBSD: patch-di,v 1.1 2002/02/15 21:28:15 mrauch Exp $ + +--- ../solenv/inc/tg_yxx.mk.save 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 |