Merge from vendor branch TNF:
[pkgsrc.git] / emulators / vice / patches / patch-ab
1 $NetBSD$
2
3 --- ./src/arch/unix/archdep.h.orig      Tue Nov 16 16:19:50 1999
4 +++ ./src/arch/unix/archdep.h   Sun Feb  6 22:25:33 2000
5 @@ -51,8 +51,8 @@
6  #define MODE_APPEND_READ_WRITE "a+"
7  
8  /* Define the default system directory (where the ROMs are).  */
9 -#define LIBDIR          PREFIX "/lib/vice"
10 -#define DOCDIR          LIBDIR "/doc"
11 +#define LIBDIR          PREFIX "/share/vice"
12 +#define DOCDIR          PREFIX "/share/doc/vice"
13  #define VICEUSERDIR     ".vice"
14  
15  extern const char *archdep_home_path(void);