openbsd-ports/x11/gnome/glom/patches/patch-configure
2012-09-11 07:58:06 +00:00

17 lines
358 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2012/09/11 07:58:06 ajacoutot Exp $
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
--- configure.orig Wed Apr 11 11:22:25 2012
+++ configure Tue Sep 11 08:54:26 2012
@@ -16425,6 +16425,9 @@ else
fi
;;
+ *-*-openbsd*)
+ DATADIRNAME=share
+ ;;
*)
DATADIRNAME=lib
;;