openbsd-ports/textproc/intltool/patches/patch-intltool_m4

17 lines
454 B
Plaintext
Raw Normal View History

$OpenBSD: patch-intltool_m4,v 1.4 2012/03/28 18:36:14 ajacoutot Exp $
2011-10-04 10:55:24 -04:00
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]
;;