mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 02:30:44 -04:00
Use FreeBSD implementation from WAMR, commit 2953614cb, that is a dependency for fluent-bit. [1] [1] https://github.com/bytecodealliance/wasm-micro-runtime/issues/1661 Leave luajit off until I find a way for the port not to install its own luajit rather than using the FreeBSD port for it. Release notes: https://fluentbit.io/announcements/
15 lines
554 B
Text
15 lines
554 B
Text
--- lib/luajit-3065c9/src/Makefile.orig 2022-10-27 09:22:06.694200000 +0200
|
|
+++ lib/luajit-3065c9/src/Makefile 2022-10-27 09:22:37.928286000 +0200
|
|
@@ -24,10 +24,10 @@
|
|
# removing the '#' in front of them. Make sure you force a full recompile
|
|
# with "make clean", followed by "make" if you change any options.
|
|
#
|
|
-DEFAULT_CC = gcc
|
|
+#DEFAULT_CC = gcc
|
|
#
|
|
# LuaJIT builds as a native 32 or 64 bit binary by default.
|
|
-CC= $(DEFAULT_CC)
|
|
+#CC= $(DEFAULT_CC)
|
|
#
|
|
# Use this if you want to force a 32 bit build on a 64 bit multilib OS.
|
|
#CC= $(DEFAULT_CC) -m32
|