Index: head/lang/polyml/files/patch-libpolyml_polyffi.cpp =================================================================== --- head/lang/polyml/files/patch-libpolyml_polyffi.cpp (nonexistent) +++ head/lang/polyml/files/patch-libpolyml_polyffi.cpp (revision 541238) @@ -0,0 +1,14 @@ +--- libpolyml/polyffi.cpp.orig 2017-11-18 13:45:15 UTC ++++ libpolyml/polyffi.cpp +@@ -108,9 +108,10 @@ static struct _abiTable { const char *abiName; ffi_abi + {"ms_cdecl", FFI_MS_CDECL}, + #elif defined(X86_WIN64) + {"win64", FFI_WIN64}, ++#elif defined(X86_64) || (defined (__x86_64__) && defined (X86_DARWIN)) ++ {"unix64", FFI_UNIX64}, + #elif defined(X86_ANY) + {"sysv", FFI_SYSV}, +- {"unix64", FFI_UNIX64}, + #endif + { "default", FFI_DEFAULT_ABI} + }; Property changes on: head/lang/polyml/files/patch-libpolyml_polyffi.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property