aboutsummaryrefslogtreecommitdiff
path: root/x11/xscreensaver/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xscreensaver/files/patch-ac')
-rw-r--r--x11/xscreensaver/files/patch-ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11/xscreensaver/files/patch-ac b/x11/xscreensaver/files/patch-ac
deleted file mode 100644
index e9727893a1a6..000000000000
--- a/x11/xscreensaver/files/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
---- hacks/webcollage.orig Wed Nov 22 17:10:34 2000
-+++ hacks/webcollage Mon Feb 26 01:43:25 2001
-@@ -102,6 +102,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);
-
-