diff options
author | Veniamin Gvozdikov <vg@FreeBSD.org> | 2015-08-28 19:02:10 +0000 |
---|---|---|
committer | Veniamin Gvozdikov <vg@FreeBSD.org> | 2015-08-28 19:02:10 +0000 |
commit | 4549fdcdafd6f958af3248c978716fdb274b873e (patch) | |
tree | bfcec3c557990cbad8cc03a861908b1f33c9a38a /databases/tarantool/files | |
parent | Add a port of appleseed: modern, open source, physically-based rendering (diff) |
- Updated to 1.6.6
- Copied patch from lang/luajit
Diffstat (limited to 'databases/tarantool/files')
-rw-r--r-- | databases/tarantool/files/patch-src_lib_csv_csv.h | 10 | ||||
-rw-r--r-- | databases/tarantool/files/patch-third__party_luajit_src_Makefile | 30 |
2 files changed, 40 insertions, 0 deletions
diff --git a/databases/tarantool/files/patch-src_lib_csv_csv.h b/databases/tarantool/files/patch-src_lib_csv_csv.h new file mode 100644 index 000000000000..b0b4288daa04 --- /dev/null +++ b/databases/tarantool/files/patch-src_lib_csv_csv.h @@ -0,0 +1,10 @@ +--- src/lib/csv/csv.h.orig 2015-08-28 14:36:01 UTC ++++ src/lib/csv/csv.h +@@ -30,6 +30,7 @@ + * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ ++#include "trivia/config.h" + #include <stdio.h> + + #if defined(__cplusplus) diff --git a/databases/tarantool/files/patch-third__party_luajit_src_Makefile b/databases/tarantool/files/patch-third__party_luajit_src_Makefile new file mode 100644 index 000000000000..42fd11b184f0 --- /dev/null +++ b/databases/tarantool/files/patch-third__party_luajit_src_Makefile @@ -0,0 +1,30 @@ +--- third_party/luajit/src/Makefile.orig 2015-05-18 09:43:16 UTC ++++ third_party/luajit/src/Makefile +@@ -25,7 +25,7 @@ NODOTABIVER= 51 + # with "make clean", followed by "make" if you change any options. + # + # LuaJIT builds as a native 32 or 64 bit binary by default. +-CC= gcc ++#CC= gcc + # + # Use this if you want to force a 32 bit build on a 64 bit multilib OS. + #CC= gcc -m32 +@@ -34,7 +34,7 @@ CC= gcc + # 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). +-CCOPT= -O2 -fomit-frame-pointer ++#CCOPT= -O2 -fomit-frame-pointer + # 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. +@@ -48,7 +48,8 @@ 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 + # +-CCOPT_x86= -march=i686 ++#CCOPT_x86= -march=i686 ++CCOPT_x86= + CCOPT_x64= + CCOPT_arm= + CCOPT_ppc= |