diff options
| author | David Kühling <dvdkhlng@gmx.de> | 2011-01-02 15:19:00 +0100 |
|---|---|---|
| committer | David Kühling <dvdkhlng@gmx.de> | 2011-01-02 15:19:00 +0100 |
| commit | 9aaeb4623d3ff5746e665bc17914eefd292b7dcd (patch) | |
| tree | 370db60ffdc2ef840b7d1124d5a392f93bba3c9d /jbofihe/patches/04-uncom.patch | |
| download | qipackages-fork-9aaeb4623d3ff5746e665bc17914eefd292b7dcd.tar.gz | |
New OpenWrt package for GNU Octave. Experimental/probably still broken.grafted
Work in progress. Committing it as compilation seems to take forever.
Not sure whether I can finish this within a few days.
Diffstat (limited to 'jbofihe/patches/04-uncom.patch')
| -rw-r--r-- | jbofihe/patches/04-uncom.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/jbofihe/patches/04-uncom.patch b/jbofihe/patches/04-uncom.patch new file mode 100644 index 0000000..72c553d --- /dev/null +++ b/jbofihe/patches/04-uncom.patch @@ -0,0 +1,24 @@ +--- jbofihe-0.38.orig/Makefile.in 2001-09-15 16:10:36.000000000 -0600 ++++ jbofihe-0.38/Makefile.in 2010-10-06 16:58:31.000000000 -0600 +@@ -64,8 +64,8 @@ + %.s : %.c + $(CC) $(CFLAGS) -S $< + +-rpc2x_nc.y : rpc2x.y uncom +- ./uncom < rpc2x.y > rpc2x_nc.y ++rpc2x_nc.y : rpc2x.y ++ ./uncom_host < rpc2x.y > rpc2x_nc.y + + rpc2x_act.y nonterm.h nonterm.c : rpc2x_nc.y + perl ./action.perl < rpc2x_nc.y > rpc2x_act.y +@@ -78,8 +78,8 @@ + perl add_trace_to_tabc.pl < rpc2x_act.tab.c > rpc_tab.c + + # Create grammar that will only recognize text with all elidable cmavo present +-rpc2x_full_nc.y : rpc2x.y terminator.pl uncom +- perl terminator.pl < rpc2x.y | ./uncom > rpc2x_full_nc.y ++rpc2x_full_nc.y : rpc2x.y terminator.pl ++ perl terminator.pl < rpc2x.y | ./uncom_host > rpc2x_full_nc.y + + rpc2x_full_act.y : rpc2x_full_nc.y + perl ./action.perl -nononterm < rpc2x_full_nc.y > rpc2x_full_act.y |
