Files
pkgsrc-ng/games/an/patches/patch-ab
2013-09-26 17:14:40 +02:00

20 lines
486 B
Plaintext

$NetBSD: patch-ab,v 1.1.1.1 2002/03/06 01:29:20 jonb Exp $
--- an.c.orig Sun Sep 29 20:57:36 1996
+++ an.c
@@ -33,13 +33,7 @@
#define TRUE 1
#define FALSE 0
-#ifndef DEFDICT
-# ifndef unix
-# define DEFDICT "words"
-# else
-# define DEFDICT "/usr/dict/words"
-# endif
-#endif
+#define DEFDICT "/usr/share/dict/words"
#define MAXLINE 512 /* Maximum line length when reading DICTIONARY */
#define MAXWORDS 512 /* Maximum number of words in anagram */