summaryrefslogtreecommitdiff
path: root/x11/xscreensaver/files/patch-ac
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-09-10 01:25:37 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-09-10 01:25:37 +0000
commitec965f1498a7de175a80a79340cd3f329cf1d073 (patch)
tree4d0be6e53c64e399d888185bdeb19851ab993df4 /x11/xscreensaver/files/patch-ac
parentAdd a last-minute fix to a pathname which I unfortunately left out (diff)
Add patches to find dict/words in the right location.
Notes
Notes: svn path=/head/; revision=21528
Diffstat (limited to '')
-rw-r--r--x11/xscreensaver/files/patch-ac14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/xscreensaver/files/patch-ac b/x11/xscreensaver/files/patch-ac
new file mode 100644
index 000000000000..1f0279ed1007
--- /dev/null
+++ b/x11/xscreensaver/files/patch-ac
@@ -0,0 +1,14 @@
+--- hacks/webcollage.orig Thu Sep 9 20:45:45 1999
++++ hacks/webcollage Thu Sep 9 20:46:42 1999
+@@ -81,6 +81,11 @@
+ if (!-r $wordlist) {
+ $wordlist = "/usr/share/lib/dict/words"; # irix
+ }
++
++if (!-r $wordlist) {
++ $wordlist = "/usr/share/dict/words"; # BSD
++}
++
+ die "$wordlist doesn't exist!\n" unless (-r $wordlist);
+
+