diff options
author | Zbigniew Baniewski <Zbigniew.Baniewski@gmail.com> | 2013-03-03 02:13:02 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-03-03 02:13:02 -0600 |
commit | 60f0f57cfe7b9b0c22b63b7c99f53eddaa883d57 (patch) | |
tree | 29e90c7b01caa7f6d75424d2b587ddb8dbdb310d /development/gforth/01-Makefile.in.patch | |
parent | d1c095f1fe22cebb195f4c0c8a688c3600d82a4a (diff) |
development/gforth: Added (GNU Forth interpreter)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/gforth/01-Makefile.in.patch')
-rw-r--r-- | development/gforth/01-Makefile.in.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/gforth/01-Makefile.in.patch b/development/gforth/01-Makefile.in.patch new file mode 100644 index 000000000000..58c9ae0e56e7 --- /dev/null +++ b/development/gforth/01-Makefile.in.patch @@ -0,0 +1,12 @@ +diff -Nur gforth-0.7.2/Makefile.in gforth-0.7.2.new/Makefile.in +--- gforth-0.7.2/Makefile.in 2013-02-24 17:38:34.965892542 +0000 ++++ gforth-0.7.2.new/Makefile.in 2013-02-25 13:36:38.227716339 +0000 +@@ -60,7 +60,7 @@ + MASSAGE_EXE = @MASSAGE_EXE@ + INSTALL_SCRIPT = @INSTALL_SCRIPT@ + INSTALL_DATA = @INSTALL_DATA@ +-INSTALL_INFO = @INSTALL_INFO@ ++INSTALL_INFO = + LN_S = @LN_S@ + M4 = @M4@ + GCC = @CC@ |