X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..9d9cb8e57f26e894ad9d6dc8f78541d089fc34f5:/packages/libluajit/Makefile.patch diff --git a/packages/libluajit/Makefile.patch b/packages/libluajit/Makefile.patch index 59f96049..451da022 100644 --- a/packages/libluajit/Makefile.patch +++ b/packages/libluajit/Makefile.patch @@ -1,9 +1,7 @@ -Link the luajit executable to the shared libraries. - -diff -u -r ../LuaJIT-2.0.3/src/Makefile ./src/Makefile ---- ../LuaJIT-2.0.3/src/Makefile 2014-03-12 13:10:00.000000000 +0100 -+++ ./src/Makefile 2014-07-09 02:39:15.344355861 +0200 -@@ -72,14 +72,14 @@ +diff -u -r ../LuaJIT-2.1.0-beta2/src/Makefile ./src/Makefile +--- ../LuaJIT-2.1.0-beta2/src/Makefile 2016-03-03 12:40:00.000000000 +0100 ++++ ./src/Makefile 2016-06-11 00:59:21.000000000 +0200 +@@ -71,14 +71,14 @@ # as dynamic mode. # # Mixed mode creates a static + dynamic library and a statically linked luajit. @@ -20,3 +18,14 @@ diff -u -r ../LuaJIT-2.0.3/src/Makefile ./src/Makefile # ############################################################################## +@@ -166,10 +166,6 @@ + HOST_SYS= Windows + HOST_MSYS= cygwin + endif +- # Use Clang for OSX host. +- ifeq (Darwin,$(HOST_SYS)) +- DEFAULT_CC= clang +- endif + endif + + ##############################################################################