patch-libffi_fs 556 B

1234567891011121314151617
  1. $OpenBSD: patch-libffi_fs,v 1.3 2016/01/28 18:23:27 jasper Exp $
  2. http://git.savannah.gnu.org/cgit/gforth.git/commit/libffi.fs?id=87ea8a180b9fe7d3bd7d48611b4a9c5acbac4d5e
  3. --- libffi.fs.orig Tue Jan 26 09:39:02 2016
  4. +++ libffi.fs Tue Jan 26 09:39:26 2016
  5. @@ -25,7 +25,9 @@ c-library libffi
  6. s" ffi" add-lib
  7. \ The ffi.h of XCode needs the following line, and it should not hurt elsewhere
  8. +\c #ifdef __APPLE__
  9. \c #define MACOSX
  10. +\c #endif
  11. include-ffi.h-string save-c-prefix-line \ #include <ffi.h>
  12. \c #include <stdio.h>
  13. \c static void **gforth_clist;