13 lines
489 B
Text
13 lines
489 B
Text
$NetBSD: patch-build__detect__platform,v 1.1 2017/04/27 17:04:56 joerg Exp $
|
|
|
|
--- build_detect_platform.orig 2017-04-22 23:02:04.756517625 +0000
|
|
+++ build_detect_platform
|
|
@@ -113,7 +113,7 @@ case "$TARGET_OS" in
|
|
NetBSD)
|
|
PLATFORM=OS_NETBSD
|
|
COMMON_FLAGS="$MEMCMP_FLAG -D_REENTRANT -DOS_NETBSD"
|
|
- PLATFORM_LIBS="-lpthread -lgcc_s"
|
|
+ PLATFORM_LIBS="-lpthread"
|
|
PORT_FILE=port/port_posix.cc
|
|
PORT_SSE_FILE=port/port_posix_sse.cc
|
|
;;
|