dev-lang/orc/1: orc-0.4.16.patch
| File orc-0.4.16.patch, 542 bytes (added by cian, 3 years ago) |
|---|
-
configure.ac
old new 97 97 mingw*|pw32*|cygwin*) 98 98 AC_DEFINE(HAVE_CODEMEM_VIRTUALALLOC, 1, [Use VirtualAlloc to allocate code for execution]) 99 99 ;; 100 linux*|darwin*|solaris*|netbsd*|freebsd*|openbsd*|kfreebsd*|dragonfly*|gnu* )100 linux*|darwin*|solaris*|netbsd*|freebsd*|openbsd*|kfreebsd*|dragonfly*|gnu*|haiku*) 101 101 AC_DEFINE(HAVE_CODEMEM_MMAP, 1, [Use mmap to allocate code for execution]) 102 102 ;; 103 103 *)
