openbsd-ports/textproc/intltool/patches/patch-intltool_m4
ajacoutot 6ced4c711d sync
2011-10-04 14:55:24 +00:00

17 lines
454 B
Plaintext

$OpenBSD: patch-intltool_m4,v 1.2 2011/10/04 14:55:24 ajacoutot Exp $
https://bugs.edge.launchpad.net/intltool/+bug/867559
--- intltool.m4.orig Tue Oct 4 13:23:56 2011
+++ intltool.m4 Tue Oct 4 13:24:43 2011
@@ -152,6 +152,9 @@ if test -z "$DATADIRNAME"; then
AC_CHECK_FUNC(bind_textdomain_codeset,
[DATADIRNAME=share], [DATADIRNAME=lib])
;;
+ *-*-openbsd*)
+ [DATADIRNAME=share]
+ ;;
*)
[DATADIRNAME=lib]
;;