pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/44356: pkgsrc/net/kdenetwork4 fails to compile on DragonFly
>Number: 44356
>Category: pkg
>Synopsis: pkgsrc/net/kdenetwork4 fails to compile on DragonFly
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Sun Jan 09 06:30:00 +0000 2011
>Originator: Peter Avalos
>Release: DragonFly 2.9
>Organization:
DragonFly
>Environment:
DragonFly rama 2.9-DEVELOPMENT DragonFly v2.9.1.401.gb1094-DEVELOPMENT #10: Fri
Jan 7 19:03:26 HST 2011 root@rama:/usr/obj/usr/src/sys/RAMA i386
>Description:
kdenetwork4 fails to compile on DragonFly.
>How-To-Repeat:
>Fix:
Add __DragonFly__ to patch-af:
diff --git a/net/kdenetwork4/distinfo b/net/kdenetwork4/distinfo
index b5c72a9..c297b77 100644
--- a/net/kdenetwork4/distinfo
+++ b/net/kdenetwork4/distinfo
@@ -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) = bdbd561941f14974252f9681f8231a5ba8058e5e
diff --git a/net/kdenetwork4/patches/patch-af b/net/kdenetwork4/patches/patch-af
index 5bdd731..44cc95c 100644
--- a/net/kdenetwork4/patches/patch-af
+++ b/net/kdenetwork4/patches/patch-af
@@ -6,13 +6,13 @@ $NetBSD$
#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>
Home |
Main Index |
Thread Index |
Old Index