ajacoutot f68b543b69 Explicitely patch for DATADIRNAME; the hack from the gnome MODULE will
be removed soon.

thanks to jasper@ for all the boring bulk break reports...
2012-09-09 17:48:02 +00:00

17 lines
344 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2012/09/09 17:48:03 ajacoutot Exp $
Fix DATADIRNAME: see LOCALBASE/share/aclocal/glib-gettext.m4
--- configure.orig Mon May 14 22:44:07 2012
+++ configure Sun Sep 9 19:43:26 2012
@@ -12863,6 +12863,9 @@ else
fi
;;
+ *-*-openbsd*)
+ DATADIRNAME=share
+ ;;
*)
DATADIRNAME=lib
;;