2ffec2b258
* Use c++03 to fix build. * ppc binary is not PaX MPROTECT safe. Changelog: version 0.5 (released 13. July 2011): - slightly better code for lmw/stmw opcodes - use "GNU as" instead of nasm - use -mdynamic-no-pic on *darwin - fixed some strict-aliasing problems - JITC: AMD64 support - compiles with gcc 4.3, 4.4, 4.5
13 lines
383 B
Text
13 lines
383 B
Text
$NetBSD: patch-ag,v 1.2 2018/03/17 01:27:55 ryoon Exp $
|
|
|
|
--- configure.orig 2011-07-12 21:21:49.000000000 +0000
|
|
+++ configure
|
|
@@ -3154,7 +3154,7 @@ $as_echo "*** GNU, building POSIX versio
|
|
PPC_CXXFLAGS="$PPC_CXXFLAGS -pthread"
|
|
PPC_LDADD="$PPC_LDADD -lpthread -lrt"
|
|
;;
|
|
-freebsd*)
|
|
+freebsd* | dragonfly*)
|
|
OSAPI_DIR=posix
|
|
if test "x$enable_ui" = "xno"; then
|
|
enable_ui="x11"
|