diff options
Diffstat (limited to 'editors/biew/files/patch-aa')
-rw-r--r-- | editors/biew/files/patch-aa | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/editors/biew/files/patch-aa b/editors/biew/files/patch-aa index d97b28b91eaa..f108e6b474a7 100644 --- a/editors/biew/files/patch-aa +++ b/editors/biew/files/patch-aa @@ -1,11 +1,12 @@ ---- lib/sysdep/generic/unix/os_dep.c.orig Fri Apr 14 15:02:21 2000 -+++ lib/sysdep/generic/unix/os_dep.c Mon Apr 17 23:40:15 2000 -@@ -29,7 +29,7 @@ - #include <sys/types.h> - #include <sys/stat.h> +--- biewlib/sysdep/generic/unix/os_dep.c.orig Thu Jul 6 14:31:08 2000 ++++ biewlib/sysdep/generic/unix/os_dep.c Mon Jul 24 23:00:55 2000 +@@ -26,7 +26,9 @@ + #include "biewlib/biewlib.h" + #include "console.h" --#define LIBDIR "/usr/lib" -+#define LIBDIR "%%PREFIX%%/share" ++#ifndef LIBDIR + #define LIBDIR "/usr/lib" ++#endif static char _ini_name[FILENAME_MAX + 1]; static char _rc_dir_name[FILENAME_MAX + 1]; |