patch-include_wn_h 416 B

12345678910111213
  1. $OpenBSD: patch-include_wn_h,v 1.1.1.1 2007/09/12 00:32:01 sthen Exp $
  2. --- include/wn.h.orig Tue Sep 11 11:38:01 2007
  3. +++ include/wn.h Tue Sep 11 11:39:37 2007
  4. @@ -29,7 +29,7 @@
  5. #else
  6. #define DICTDIR "/dict"
  7. #ifndef DEFAULTPATH
  8. -#define DEFAULTPATH "/usr/local/WordNet-3.0/dict"
  9. +#define DEFAULTPATH "%LOCALBASE%/share/wordnet/dict"
  10. #endif
  11. #define DATAFILE "%s/data.%s"
  12. #define INDEXFILE "%s/index.%s"