Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37533539
en ru br
Репозитории ALT

Группа :: Система/Библиотеки
Пакет: efl

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: efl-1.19.1-luajitfix.patch
Скачать


diff -up efl-1.19.1/src/lib/edje/edje_private.h.luajitfix efl-1.19.1/src/lib/edje/edje_private.h
--- efl-1.19.1/src/lib/edje/edje_private.h.luajitfix	2017-05-15 09:53:45.314265022 -0400
+++ efl-1.19.1/src/lib/edje/edje_private.h	2017-05-15 09:55:13.508048012 -0400
@@ -33,6 +33,9 @@
 #include <lua.h>
 #include <lualib.h>
 #include <lauxlib.h>
+#ifndef luaL_reg
+# define luaL_reg	luaL_Reg
+#endif
 #include <setjmp.h>
 
 #ifdef HAVE_EVIL
diff -up efl-1.19.1/src/lib/elua/elua_private.h.luajitfix efl-1.19.1/src/lib/elua/elua_private.h
--- efl-1.19.1/src/lib/elua/elua_private.h.luajitfix	2017-05-15 09:56:03.481791776 -0400
+++ efl-1.19.1/src/lib/elua/elua_private.h	2017-05-15 09:56:14.867505561 -0400
@@ -27,6 +27,9 @@
 #include <lua.h>
 #include <lualib.h>
 #include <lauxlib.h>
+#ifndef luaL_reg
+# define luaL_reg	luaL_Reg
+#endif
 
 #include "Elua.h"
 
diff -up efl-1.19.1/src/lib/evas/filters/evas_filter_parser.c.luajitfix efl-1.19.1/src/lib/evas/filters/evas_filter_parser.c
--- efl-1.19.1/src/lib/evas/filters/evas_filter_parser.c.luajitfix	2017-05-15 09:56:44.449766382 -0400
+++ efl-1.19.1/src/lib/evas/filters/evas_filter_parser.c	2017-05-15 09:57:00.786361265 -0400
@@ -13,6 +13,9 @@
 #include <lua.h>
 #include <lualib.h>
 #include <lauxlib.h>
+#ifndef luaL_reg
+# define luaL_reg	luaL_Reg
+#endif
 
 #define FILTERS_LEGACY_COMPAT
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin