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

17 lines
356 B
Plaintext
Raw Normal View History

$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 Mon May 14 21:16:51 2012
+++ configure Mon Sep 10 08:52:51 2012
@@ -5807,6 +5807,9 @@ else
fi
;;
+ *-*-openbsd*)
+ DATADIRNAME=share
+ ;;
*)
DATADIRNAME=lib
;;