diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2024-11-08 16:38:54 -0500 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2024-11-08 16:39:53 -0500 |
commit | 3f187b59479db8e6712a491f4660830a705ecf74 (patch) | |
tree | 1a045059ca5e3741403ffd1ac9e7561bdfc42ef7 /lang/luajit-devel/files/patch-src_Makefile | |
parent | all: Bump after lang/go123 update (diff) |
lang/luajit-devel: update to the recent snapshot
Regenerate patches.
Pet portlint(1).
Diffstat (limited to 'lang/luajit-devel/files/patch-src_Makefile')
-rw-r--r-- | lang/luajit-devel/files/patch-src_Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/luajit-devel/files/patch-src_Makefile b/lang/luajit-devel/files/patch-src_Makefile index 88511431f17a..ef9c346256f2 100644 --- a/lang/luajit-devel/files/patch-src_Makefile +++ b/lang/luajit-devel/files/patch-src_Makefile @@ -1,6 +1,6 @@ ---- src/Makefile.orig 2019-06-26 21:12:49 UTC +--- src/Makefile.orig 2024-10-02 11:59:42 UTC +++ src/Makefile -@@ -24,7 +24,7 @@ NODOTABIVER= 51 +@@ -23,7 +23,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. # @@ -9,7 +9,7 @@ # # LuaJIT builds as a native 32 or 64 bit binary by default. CC= $(DEFAULT_CC) -@@ -36,7 +36,7 @@ CC= $(DEFAULT_CC) +@@ -35,7 +35,7 @@ CC= $(DEFAULT_CC) # to slow down the C part by not omitting it. Debugging, tracebacks and # unwinding are not affected -- the assembler part has frame unwind # information and GCC emits it where needed (x64) or with -g (see CCDEBUG). @@ -18,7 +18,7 @@ # Use this if you want to generate a smaller binary (but it's slower): #CCOPT= -Os -fomit-frame-pointer # Note: it's no longer recommended to use -O3 with GCC 4.x. -@@ -47,7 +47,7 @@ CCOPT= -O2 -fomit-frame-pointer +@@ -46,7 +46,7 @@ CCOPT= -O2 -fomit-frame-pointer # x86/x64 only: For GCC 4.2 or higher and if you don't intend to distribute # the binaries to a different machine you could also use: -march=native # |