From ec965f1498a7de175a80a79340cd3f329cf1d073 Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Fri, 10 Sep 1999 01:25:37 +0000 Subject: Add patches to find dict/words in the right location. --- x11/xscreensaver/files/patch-ac | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 x11/xscreensaver/files/patch-ac (limited to 'x11') 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); + + -- cgit v1.2.3