openbsd-ports/sysutils/upower/patches/patch-configure

17 lines
345 B
Plaintext
Raw Normal View History

2011-10-16 02:29:30 -04:00
$OpenBSD: patch-configure,v 1.6 2011/10/16 06:29:30 ajacoutot Exp $
Fix DATADIRNAME: see LOCALBASE/share/aclocal/glib-gettext.m4.
2011-10-16 02:29:30 -04:00
--- configure.orig Wed Sep 28 17:04:39 2011
+++ configure Sun Oct 16 08:20:41 2011
@@ -13967,6 +13967,9 @@ else
fi
;;
+ *-*-openbsd*)
+ DATADIRNAME=share
+ ;;
*)
DATADIRNAME=lib
;;