openbsd-ports/x11/gnome/vino/patches/patch-configure
2012-09-29 07:14:30 +00:00

17 lines
358 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2012/09/29 07:14:30 ajacoutot Exp $
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
--- configure.orig Mon Sep 24 22:28:43 2012
+++ configure Sat Sep 29 09:02:23 2012
@@ -13834,6 +13834,9 @@ else
fi
;;
+ *-*-openbsd*)
+ DATADIRNAME=share
+ ;;
*)
DATADIRNAME=lib
;;