openbsd-ports/x11/gnome/at-spi2-core/patches/patch-configure
2012-09-21 13:24:28 +00:00

17 lines
358 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2012/09/21 13:24:28 ajacoutot Exp $
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
--- configure.orig Tue Sep 18 04:03:46 2012
+++ configure Thu Sep 20 16:50:53 2012
@@ -12191,6 +12191,9 @@ else
fi
;;
+ *-*-openbsd*)
+ DATADIRNAME=share
+ ;;
*)
DATADIRNAME=lib
;;