openbsd-ports/x11/gnome/devhelp/patches/patch-configure
2012-09-27 11:20:37 +00:00

17 lines
358 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2012/09/27 11:20:37 ajacoutot Exp $
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
--- configure.orig Mon Sep 24 16:31:50 2012
+++ configure Thu Sep 27 13:10:40 2012
@@ -12981,6 +12981,9 @@ else
fi
;;
+ *-*-openbsd*)
+ DATADIRNAME=share
+ ;;
*)
DATADIRNAME=lib
;;