summaryrefslogtreecommitdiff
path: root/math/siag/files/patch-al
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-27 02:33:09 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-02-27 02:33:09 +0000
commit843ca3117b4045b9515799addc970ba55a6e75b3 (patch)
tree1410402006c78e713781dfe84e23e2587b2aa812 /math/siag/files/patch-al
parentshare libg++ with the world (diff)
Update port to 3.2.0
PR: 16988 Submitted by: Maintainer
Notes
Notes: svn path=/head/; revision=26314
Diffstat (limited to 'math/siag/files/patch-al')
-rw-r--r--math/siag/files/patch-al10
1 files changed, 10 insertions, 0 deletions
diff --git a/math/siag/files/patch-al b/math/siag/files/patch-al
new file mode 100644
index 000000000000..90e12d0cf7da
--- /dev/null
+++ b/math/siag/files/patch-al
@@ -0,0 +1,10 @@
+--- siag/siag.scm Sat Jan 29 19:34:20 2000
++++ siag/siag.scm Fri Feb 25 11:45:18 2000
+@@ -1024 +1024 @@
+- "*.csv" "xls2csv %s > %s"
++ "*.csv" "exec xls2csv '%s' > '%s'"
+@@ -1028,2 +1028,2 @@
+- "*.txt" "blaha < %s > %s"
+- "*.txt" "blaha < %s > %s")))
++ "*.txt" "exec blaha < '%s' > '%s'"
++ "*.txt" "exec blaha < '%s' > '%s'")))