diff options
author | Steve Price <steve@FreeBSD.org> | 2000-04-30 19:16:54 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-04-30 19:16:54 +0000 |
commit | 088f13a69ab6e18142c41f2ca4473b8f62599c02 (patch) | |
tree | 7bcc6d463d542529d5a19ccb4f0b18ab214a17f6 /math/siag/files/patch-pw | |
parent | Update to version 3.9.6. (diff) |
Update to version 3.3.3.
PR: 18117
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Notes
Notes:
svn path=/head/; revision=28160
Diffstat (limited to 'math/siag/files/patch-pw')
-rw-r--r-- | math/siag/files/patch-pw | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/math/siag/files/patch-pw b/math/siag/files/patch-pw new file mode 100644 index 000000000000..f86369df9c10 --- /dev/null +++ b/math/siag/files/patch-pw @@ -0,0 +1,28 @@ +--- xpw/window.c Wed Mar 29 17:20:52 2000 ++++ xpw/window.c Thu Apr 20 09:00:18 2000 +@@ -1386,3 +1386,3 @@ + if (!fork()) { +- execlp("pw", "Pw", filename, (char *)0); ++ execlp(X11BASE"/bin/pw", "Pw", filename, (char *)0); + exit(1); +--- pw/pw.scm Fri Apr 14 17:05:47 2000 ++++ pw/pw.scm Thu Apr 20 08:50:02 2000 +@@ -139,3 +139,3 @@ + (define (new-buffer) +- (spawn "pw")) ++ (spawn (string-append datadir "/../../bin/pw")) + +--- plugins/plugin.scm Mon May 3 04:26:05 1999 ++++ plugins/plugin.scm Thu Apr 20 08:51:31 2000 +@@ -16,3 +16,3 @@ + (plugin-register "Pathetic Writer" "pw" +- "pw -plugin -geometry 400x300+4000+4000 %s") ++ (string-append datadir "/../../bin/pw -plugin -geometry 400x300+4000+4000 %s") + (plugin-register "Egon Animator" "egon" +--- common/tools.scm Thu Apr 6 08:53:09 2000 ++++ common/tools.scm Thu Apr 20 09:14:13 2000 +@@ -12,3 +12,3 @@ + (if (stat (string-append datadir "/pw/pw.scm")) +- (add-menu-entry "Tools" "Pathetic Writer" "(spawn \"pw\")")) ++ (add-menu-entry "Tools" "Pathetic Writer" "(spawn (string-append datadir \"/../../bin/pw\"))")) + (if (stat (string-append datadir "/siag/siag.scm")) |