mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
15 lines
558 B
Text
15 lines
558 B
Text
--- lib/luajit-04dca791/src/Makefile.orig 2022-10-27 09:22:06.694200000 +0200
|
|
+++ lib/luajit-04dca791/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
|