openbsd-ports/textproc/intltool/patches/patch-intltool_m4
ajacoutot c9c029dfd9 Bugfix update to intltool-0.50.2.
* Use --no-translations only if intltool >= 0.50 is available (#903340).
2012-03-28 18:36:14 +00:00

17 lines
454 B
Plaintext

$OpenBSD: patch-intltool_m4,v 1.4 2012/03/28 18:36:14 ajacoutot Exp $
https://bugs.edge.launchpad.net/intltool/+bug/867559
--- intltool.m4.orig Sun Feb 26 19:31:06 2012
+++ intltool.m4 Wed Mar 28 20:34:31 2012
@@ -173,6 +173,9 @@ if test -z "$DATADIRNAME"; then
AC_CHECK_FUNC(bind_textdomain_codeset,
[DATADIRNAME=share], [DATADIRNAME=lib])
;;
+ *-*-openbsd*)
+ [DATADIRNAME=share]
+ ;;
*)
[DATADIRNAME=lib]
;;