c05ce90e52
* temporarily switch to gcc-4.6 untill our base compiler can handle the 'd' suffix on floating point constants.
17 lines
355 B
Plaintext
17 lines
355 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2013/03/29 10:45:59 jasper Exp $
|
|
|
|
Fix DATADIRNAME: see LOCALBASE/share/aclocal/{glib-gettext.m4,intltool.m4}
|
|
|
|
--- configure.orig Mon Mar 25 22:08:55 2013
|
|
+++ configure Fri Mar 29 11:12:07 2013
|
|
@@ -14392,6 +14392,9 @@ else
|
|
fi
|
|
|
|
;;
|
|
+ *-*-openbsd*)
|
|
+ DATADIRNAME=share
|
|
+ ;;
|
|
*)
|
|
DATADIRNAME=lib
|
|
;;
|