openbsd-ports/x11/gnome/gedit-cossa/patches/patch-configure
2012-09-11 08:07:18 +00:00

17 lines
358 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2012/09/11 08:07:18 ajacoutot Exp $
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
--- configure.orig Sun Nov 13 12:37:33 2011
+++ configure Tue Sep 11 10:04:44 2012
@@ -12772,6 +12772,9 @@ else
fi
;;
+ *-*-openbsd*)
+ DATADIRNAME=share
+ ;;
*)
DATADIRNAME=lib
;;