$OpenBSD: patch-minicom_c,v 1.1 2001/10/12 03:30:30 brad Exp $
--- minicom.c.orig	Thu Oct 11 22:57:04 2001
+++ minicom.c	Thu Oct 11 22:57:25 2001
@@ -899,7 +899,7 @@ char **argv;
 /*  char* console_encoding = getenv ("LC_CTYPE"); */
 
 #ifdef _I18N_
-  bindtextdomain("minicom", "/usr/share/locale");
+  bindtextdomain("minicom", LOCALEDIR);
   textdomain("minicom");
 #endif
 
