pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/xawtv/patches Forgotten patch to add Dragon...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a018f01889c2
branches: trunk
changeset: 506879:a018f01889c2
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Jan 23 14:28:18 2006 +0000
description:
Forgotten patch to add DragonFly support.
diffstat:
multimedia/xawtv/patches/patch-af | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diffs (18 lines):
diff -r b8a9f19010e5 -r a018f01889c2 multimedia/xawtv/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/xawtv/patches/patch-af Mon Jan 23 14:28:18 2006 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-af,v 1.1 2006/01/23 14:28:18 joerg Exp $
+
+--- libng/devices.c.orig 2006-01-17 22:21:30.000000000 +0100
++++ libng/devices.c
+@@ -9,7 +9,8 @@
+ /*
+ * default devices names
+ */
+-#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__)
++#if defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__NetBSD__) || \
++ defined(__DragonFly__)
+ struct ng_device_config ng_dev = {
+ video: "/dev/bktr0",
+ radio: NULL,
Home |
Main Index |
Thread Index |
Old Index