17 lines
355 B
Plaintext
17 lines
355 B
Plaintext
$OpenBSD: patch-configure,v 1.8 2012/10/16 17:58:42 jasper Exp $
|
|
|
|
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
|
|
|
|
--- configure.orig Tue Oct 16 16:23:55 2012
|
|
+++ configure Tue Oct 16 19:53:59 2012
|
|
@@ -12384,6 +12384,9 @@ else
|
|
fi
|
|
|
|
;;
|
|
+ *-*-openbsd*)
|
|
+ DATADIRNAME=share
|
|
+ ;;
|
|
*)
|
|
DATADIRNAME=lib
|
|
;;
|