openbsd-ports/x11/gnome/contacts/patches/patch-configure
2012-10-15 12:35:28 +00:00

17 lines
355 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2012/10/15 12:35:28 jasper Exp $
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
--- configure.orig Fri Oct 5 09:31:59 2012
+++ configure Mon Oct 15 14:12:20 2012
@@ -12972,6 +12972,9 @@ else
fi
;;
+ *-*-openbsd*)
+ DATADIRNAME=share
+ ;;
*)
DATADIRNAME=lib
;;