2012-03-28 14:36:14 -04:00
|
|
|
$OpenBSD: patch-intltool_m4,v 1.4 2012/03/28 18:36:14 ajacoutot Exp $
|
2011-10-04 07:29:51 -04:00
|
|
|
|
2011-10-04 10:55:24 -04:00
|
|
|
https://bugs.edge.launchpad.net/intltool/+bug/867559
|
2011-10-04 07:29:51 -04:00
|
|
|
|
2012-03-28 14:36:14 -04:00
|
|
|
--- 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
|
2011-10-04 07:29:51 -04:00
|
|
|
AC_CHECK_FUNC(bind_textdomain_codeset,
|
|
|
|
[DATADIRNAME=share], [DATADIRNAME=lib])
|
|
|
|
;;
|
|
|
|
+ *-*-openbsd*)
|
|
|
|
+ [DATADIRNAME=share]
|
|
|
|
+ ;;
|
|
|
|
*)
|
|
|
|
[DATADIRNAME=lib]
|
|
|
|
;;
|