diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-02 21:27:13 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-02 21:27:13 +0000 |
commit | 596d6ac4ec25d6ba581d2fecbad316f1393a39ff (patch) | |
tree | 25b1274e1be63b0c72696cc1943e640ac0713b38 /cad/gwave/files/patch-utilities_gwave-doc-snarf.in | |
parent | - Update to 0.29 (diff) |
Fix build with latest guile.
Reported by: pointhyat via erwin
Notes
Notes:
svn path=/head/; revision=208351
Diffstat (limited to 'cad/gwave/files/patch-utilities_gwave-doc-snarf.in')
-rw-r--r-- | cad/gwave/files/patch-utilities_gwave-doc-snarf.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/gwave/files/patch-utilities_gwave-doc-snarf.in b/cad/gwave/files/patch-utilities_gwave-doc-snarf.in new file mode 100644 index 000000000000..2dde16af49f6 --- /dev/null +++ b/cad/gwave/files/patch-utilities_gwave-doc-snarf.in @@ -0,0 +1,10 @@ +--- utilities/gwave-doc-snarf.in.orig 2008-03-02 16:17:12.000000000 -0500 ++++ utilities/gwave-doc-snarf.in 2008-03-02 16:17:22.000000000 -0500 +@@ -9,6 +9,7 @@ + (ice-9 common-list) + (ice-9 format) + (ice-9 regex) ++ (ice-9 rdelim) + (srfi srfi-13)) + + (debug-enable 'debug 'backtrace) |