mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-10-04 09:31:35 -04:00
14 lines
512 B
Plaintext
14 lines
512 B
Plaintext
$NetBSD: patch-libffi_configure,v 1.1 2015/07/16 12:03:36 ryoon Exp $
|
|
|
|
--- libffi/configure.orig 2013-06-01 17:03:49.000000000 +0000
|
|
+++ libffi/configure
|
|
@@ -12689,7 +12689,7 @@ case "$target" in
|
|
$as_echo "#define FFI_EXEC_TRAMPOLINE_TABLE 1" >>confdefs.h
|
|
|
|
;;
|
|
- *-apple-darwin1* | *-*-freebsd* | *-*-kfreebsd* | *-*-openbsd* | *-pc-solaris*)
|
|
+ *-apple-darwin1* | *-*-freebsd* | *-*-kfreebsd* | *-*-netbsd* | *-*-openbsd* | *-pc-solaris*)
|
|
|
|
$as_echo "#define FFI_MMAP_EXEC_WRIT 1" >>confdefs.h
|
|
|