2012-09-10 08:08:49 +00:00

17 lines
358 B
Plaintext

$OpenBSD: patch-configure,v 1.7 2012/09/10 08:08:49 ajacoutot Exp $
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
--- configure.orig Sun Sep 25 22:50:23 2011
+++ configure Sun Nov 13 17:52:03 2011
@@ -11722,6 +11722,9 @@ else
fi
;;
+ *-*-openbsd*)
+ DATADIRNAME=share
+ ;;
*)
DATADIRNAME=lib
;;