mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
11 lines
407 B
Text
11 lines
407 B
Text
--- lib/LuaJIT-2.1.0-beta3/src/Makefile.orig 2019-01-07 21:56:34 UTC
|
|
+++ lib/LuaJIT-2.1.0-beta3/src/Makefile
|
|
@@ -24,7 +24,7 @@ NODOTABIVER= 51
|
|
# 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 = cc
|
|
#
|
|
# LuaJIT builds as a native 32 or 64 bit binary by default.
|
|
CC= $(DEFAULT_CC)
|