pkgsrc/security/botan/patches/patch-ah
joerg 20b65ea5c3 Add DragonFly support. Honour CXXFLAGS. Add _DRAGONFLY_SOURCE on
DragonFly to work around the _POSIX_SOURCE defines, which break
cwchar's ::vfwprintf usage (aka ISO C99 extensions).
2006-03-01 00:33:30 +00:00

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