freebsd-ports/japanese/libjconv/files/patch-info.c
Akinori MUSHA 0331ef2464 Honor PREFIX and LOCALBASE properly.
Pointed out by:	"Simon 'corecode' Schubert" <corecode@corecode.ath.cx>
2002-07-24 09:26:24 +00:00

11 lines
286 B
C

--- info.c.orig Sat Aug 5 05:52:38 2000
+++ info.c Fri Jan 12 02:12:40 2001
@@ -13,7 +13,7 @@
#define DEBUG_DO(x)
-#define JCONV_DEFAULT_CONFFILE "/etc/libjconv/default.conf"
+#define JCONV_DEFAULT_CONFFILE "!!PREFIX!!/etc/libjconv/default.conf"
typedef struct {
char *name;