diff options
Diffstat (limited to 'devel/pwlib/patches/patch-ar')
-rw-r--r-- | devel/pwlib/patches/patch-ar | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/pwlib/patches/patch-ar b/devel/pwlib/patches/patch-ar new file mode 100644 index 00000000000..dcb4e933288 --- /dev/null +++ b/devel/pwlib/patches/patch-ar @@ -0,0 +1,15 @@ +$NetBSD: patch-ar,v 1.1 2006/01/08 04:57:55 joerg Exp $ + +--- src/ptlib/unix/ossaix.cxx.orig 2006-01-08 03:18:33.000000000 +0000 ++++ src/ptlib/unix/ossaix.cxx +@@ -103,8 +103,8 @@ + #include <sys/time.h> + #endif + +-#ifdef P_FREEBSD +-#include <machine/soundcard.h> ++#if defined(P_FREEBSD) || defined(P_DRAGONFLY) ++#include <sys/soundcard.h> + #endif + + #if defined(P_OPENBSD) || defined(P_NETBSD) |