diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-02 22:46:23 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-02 22:46:23 +0000 |
commit | 8fdfff45c7ff1d605418ef4b66b1a3d0177c15b0 (patch) | |
tree | 1ed4a84e2ffb62980e72d2c2d0f7d6c276d30bba /emulators/vice/files/patch-af | |
parent | portlint (diff) |
Update port to 1.2
Approved by: Maintainer
Notes
Notes:
svn path=/head/; revision=25432
Diffstat (limited to 'emulators/vice/files/patch-af')
-rw-r--r-- | emulators/vice/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/vice/files/patch-af b/emulators/vice/files/patch-af new file mode 100644 index 000000000000..6a69c94aa23c --- /dev/null +++ b/emulators/vice/files/patch-af @@ -0,0 +1,11 @@ +--- src/arch/unix/archdep.h.orig Tue Nov 16 10:19:50 1999 ++++ src/arch/unix/archdep.h Wed Feb 2 15:17:12 2000 +@@ -52,7 +52,7 @@ + + /* Define the default system directory (where the ROMs are). */ + #define LIBDIR PREFIX "/lib/vice" +-#define DOCDIR LIBDIR "/doc" ++#define DOCDIR PREFIX "/share/doc/vice" + #define VICEUSERDIR ".vice" + + extern const char *archdep_home_path(void); |