diff options
author | markd <markd@pkgsrc.org> | 2011-01-10 11:30:23 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2011-01-10 11:30:23 +0000 |
commit | 0d32a589d3649aa5c25c739c61a3ae7b7fe45e40 (patch) | |
tree | 115dd4748d32567383444123d83ec5410313f07e /net/kdenetwork4 | |
parent | db2ab1e344b40fca60594b6a2d152c01b466fccb (diff) | |
download | pkgsrc-0d32a589d3649aa5c25c739c61a3ae7b7fe45e40.tar.gz |
Fix build on DragonFly. PK#44356 from Peter Avalos
Diffstat (limited to 'net/kdenetwork4')
-rw-r--r-- | net/kdenetwork4/distinfo | 4 | ||||
-rw-r--r-- | net/kdenetwork4/patches/patch-af | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/kdenetwork4/distinfo b/net/kdenetwork4/distinfo index f53bff45b08..6e89dcfa1f3 100644 --- a/net/kdenetwork4/distinfo +++ b/net/kdenetwork4/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2010/12/06 11:43:41 markd Exp $ +$NetBSD: distinfo,v 1.15 2011/01/10 11:30:23 markd Exp $ SHA1 (kdenetwork-4.5.4.tar.bz2) = 95a69183912fe9f29a2e877c0655050d4a7252d1 RMD160 (kdenetwork-4.5.4.tar.bz2) = 4ffc9e7c457b132692ad5736ae8815210b87c3b5 @@ -6,4 +6,4 @@ Size (kdenetwork-4.5.4.tar.bz2) = 8150653 bytes SHA1 (patch-aa) = 0359cd86501c57197242c398d63c1fc77c60a4d0 SHA1 (patch-ab) = 0743b3b6c994623c507b8bcd52ee01dad31cf56f SHA1 (patch-ae) = 765d48550d2d8b7a59a1593a669b0909fef3bd96 -SHA1 (patch-af) = fd916bd4d102ef44222842f4327061753d568906 +SHA1 (patch-af) = 5afe11d2691c0f3e9510d2cd1df5b4f736abafbe diff --git a/net/kdenetwork4/patches/patch-af b/net/kdenetwork4/patches/patch-af index a354a57e4d8..71bf1b4b81b 100644 --- a/net/kdenetwork4/patches/patch-af +++ b/net/kdenetwork4/patches/patch-af @@ -1,4 +1,4 @@ -$NetBSD: patch-af,v 1.1 2010/04/10 02:45:04 markd Exp $ +$NetBSD: patch-af,v 1.2 2011/01/10 11:30:23 markd Exp $ --- kopete/libkopete/avdevice/videodevice.h.orig 2009-03-18 10:00:00.000000000 +0000 +++ kopete/libkopete/avdevice/videodevice.h @@ -6,13 +6,13 @@ $NetBSD: patch-af,v 1.1 2010/04/10 02:45:04 markd Exp $ #endif // HAVE_V4L2 #endif // __linux__ -+#if defined(__NetBSD__) && defined(ENABLE_AV) ++#if (defined(__NetBSD__) || defined(__DragonFly__)) && defined(ENABLE_AV) + +#ifdef HAVE_LIBV4L2 +#include <libv4l2.h> +#endif // HAVE_V4L2 + -+#endif // __NetBSD__ ++#endif // __NetBSD__ __DragonFly__ #include <qstring.h> #include <qfile.h> |