$OpenBSD: patch-mscript_py,v 1.1 2014/10/05 21:33:30 jasper Exp $

-T not supported on OpenBSD

--- mscript.py.orig	Sun Oct  5 23:22:44 2014
+++ mscript.py	Sun Oct  5 23:22:55 2014
@@ -638,8 +638,7 @@ elif ctx.mode == "install" or ctx.mode == "uninstall":
     if ctx.env['HAVE_GETTEXT']:
         for l in linguas:
             ctx.install_data("po/%s.mo" % l,
-                    "${LOCALEDIR}/%s/LC_MESSAGES/roxterm.mo" % l,
-                    other_options = "-T")
+                    "${LOCALEDIR}/%s/LC_MESSAGES/roxterm.mo" % l)
         ptdir = ctx.subst("${DESTDIR}/${LOCALEDIR}/pt/LC_MESSAGES")
         ctx.ensure_out_dir(ptdir)
         call_subprocess(["ln", "-sfn",
