3a2072042c
* disable python support for now, untill we can use python3 here.
17 lines
355 B
Plaintext
17 lines
355 B
Plaintext
$OpenBSD: patch-configure,v 1.6 2013/03/30 13:04:21 jasper Exp $
|
|
|
|
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
|
|
|
|
--- configure.orig Mon Mar 25 21:07:23 2013
|
|
+++ configure Sat Mar 30 13:04:30 2013
|
|
@@ -13951,6 +13951,9 @@ else
|
|
fi
|
|
|
|
;;
|
|
+ *-*-openbsd*)
|
|
+ DATADIRNAME=share
|
|
+ ;;
|
|
*)
|
|
DATADIRNAME=lib
|
|
;;
|