DragonFly to work around the _POSIX_SOURCE defines, which break cwchar's ::vfwprintf usage (aka ISO C99 extensions).
20 lines
395 B
Text
20 lines
395 B
Text
$NetBSD: patch-ah,v 1.1 2006/03/01 00:33:30 joerg Exp $
|
|
|
|
--- modules/mux_pthr/mux_pthr.orig 2006-02-27 01:32:23.000000000 +0000
|
|
+++ modules/mux_pthr/mux_pthr
|
|
@@ -6,13 +6,14 @@ add_file mux_pthr.cpp
|
|
add_file mux_pthr.h
|
|
|
|
<libs>
|
|
-all!qnx,freebsd,openbsd,netbsd -> pthread
|
|
+all!qnx,freebsd,openbsd,netbsd,dragonfly -> pthread
|
|
</libs>
|
|
|
|
<os>
|
|
aix
|
|
cygwin
|
|
darwin
|
|
+dragonfly
|
|
freebsd
|
|
hpux
|
|
irix
|