openbsd-ports/x11/gnome/gitg/patches/patch-configure
2012-09-10 07:42:33 +00:00

17 lines
358 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2012/09/10 07:42:33 ajacoutot Exp $
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
--- configure.orig Thu Sep 1 20:50:26 2011
+++ configure Mon Sep 10 08:51:02 2012
@@ -12030,6 +12030,9 @@ else
fi
;;
+ *-*-openbsd*)
+ DATADIRNAME=share
+ ;;
*)
DATADIRNAME=lib
;;