openbsd-ports/x11/gnome/dictionary/patches/patch-configure
2012-09-28 07:10:01 +00:00

17 lines
356 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2012/09/28 07:10:01 ajacoutot Exp $
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
--- configure.orig Tue Sep 25 16:18:17 2012
+++ configure Fri Sep 28 09:05:29 2012
@@ -4627,6 +4627,9 @@ else
fi
;;
+ *-*-openbsd*)
+ DATADIRNAME=share
+ ;;
*)
DATADIRNAME=lib
;;