44055b0fe4
* Fix potential free'ed memory dereference in naviframe. * Make elm_tooltip more robust if not run inside X * elm/examples: Autodetect engine on the glview example too. * elm/tests: Autodetect engine, instead of hardcode it. * elm/index: Fix example, must call elm_index_level_go(). * list: Fix list_example_03 - call elm_list_go(). * Gesture layer: Fix gesture layer with "pointer" events. * Clouseau: Added clouseau integration.
35 lines
897 B
Text
35 lines
897 B
Text
$NetBSD: patch-ab,v 1.3 2020/05/01 00:24:32 joerg Exp $
|
|
|
|
Fix Solaris support.
|
|
|
|
--- configure.orig 2013-12-04 19:27:17.000000000 +0000
|
|
+++ configure
|
|
@@ -13963,6 +13963,10 @@ case "$host_os" in
|
|
MODULE_ARCH="$host_os-$host_cpu"
|
|
MODULE_EDJE="$host_os-$host_cpu"
|
|
;;
|
|
+ solaris*)
|
|
+ MODULE_ARCH="solaris-$host_cpu-1.7.10"
|
|
+ MODULE_EDJE="solaris-$host_cpu-${EDJE_VERSION}"
|
|
+ ;;
|
|
*)
|
|
MODULE_ARCH="$host_os-$host_cpu-1.7.10"
|
|
MODULE_EDJE="$host_os-$host_cpu-${EDJE_VERSION}"
|
|
@@ -19211,7 +19215,7 @@ extern char **environ;
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
-if ac_fn_c_try_compile "$LINENO"; then :
|
|
+if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
|
$as_echo "#define HAVE_ENVIRON 1" >>confdefs.h
|
|
@@ -19235,7 +19239,7 @@ clearenv();
|
|
return 0;
|
|
}
|
|
_ACEOF
|
|
-if ac_fn_c_try_compile "$LINENO"; then :
|
|
+if ac_fn_c_try_link "$LINENO"; then :
|
|
|
|
|
|
$as_echo "#define HAVE_CLEARENV 1" >>confdefs.h
|