openbsd-ports/x11/gnome/gedit/patches/patch-configure

17 lines
355 B
Plaintext
Raw Normal View History

$OpenBSD: patch-configure,v 1.6 2013/03/30 13:04:21 jasper Exp $
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
--- configure.orig Mon Mar 25 21:07:23 2013
+++ configure Sat Mar 30 13:04:30 2013
@@ -13951,6 +13951,9 @@ else
fi
;;
+ *-*-openbsd*)
+ DATADIRNAME=share
+ ;;
*)
DATADIRNAME=lib
;;