openbsd-ports/x11/gnome/gedit-plugins/patches/patch-configure
2012-09-27 14:14:54 +00:00

17 lines
355 B
Plaintext

$OpenBSD: patch-configure,v 1.7 2012/09/27 14:15:05 jasper Exp $
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
--- configure.orig Mon Sep 24 22:25:07 2012
+++ configure Thu Sep 27 10:57:00 2012
@@ -12349,6 +12349,9 @@ else
fi
;;
+ *-*-openbsd*)
+ DATADIRNAME=share
+ ;;
*)
DATADIRNAME=lib
;;