forked from Lainports/freebsd-ports
12 lines
349 B
Text
12 lines
349 B
Text
--- 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"
|
|
|
|
+#ifndef LIBDIR
|
|
#define LIBDIR "/usr/lib"
|
|
+#endif
|
|
|
|
static char _ini_name[FILENAME_MAX + 1];
|
|
static char _rc_dir_name[FILENAME_MAX + 1];
|