2012-02-16 22:09:37 +00:00

17 lines
454 B
Plaintext

$OpenBSD: patch-intltool_m4,v 1.3 2012/02/16 22:09:37 ajacoutot Exp $
https://bugs.edge.launchpad.net/intltool/+bug/867559
--- intltool.m4.orig Sun Feb 5 09:28:34 2012
+++ intltool.m4 Thu Feb 16 09:39:10 2012
@@ -171,6 +171,9 @@ if test -z "$DATADIRNAME"; then
AC_CHECK_FUNC(bind_textdomain_codeset,
[DATADIRNAME=share], [DATADIRNAME=lib])
;;
+ *-*-openbsd*)
+ [DATADIRNAME=share]
+ ;;
*)
[DATADIRNAME=lib]
;;