pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/nxtvepg/patches add missing patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b745281e1ec2
branches:  trunk
changeset: 484415:b745281e1ec2
user:      magick <magick%pkgsrc.org@localhost>
date:      Sat Nov 27 14:19:16 2004 +0000

description:
add missing patch

diffstat:

 misc/nxtvepg/patches/patch-af |  19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diffs (23 lines):

diff -r 810763fd7fd4 -r b745281e1ec2 misc/nxtvepg/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/nxtvepg/patches/patch-af     Sat Nov 27 14:19:16 2004 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-af,v 1.6 2004/11/27 14:19:16 magick Exp $
+
+--- tvsim/tvsim_main.c.orig    2004-08-15 21:07:25.000000000 +0200
++++ tvsim/tvsim_main.c
+@@ -64,9 +64,13 @@
+ #include "tvsim/tvsim_version.h"
+ 
+ #if defined(__FreeBSD__) || defined(__NetBSD__)
++#if defined(__FreeBSD__)
+ #include <machine/ioctl_bt848.h>
+ #endif
+-
++#if defined(__NetBSD__)
++#include <dev/ic/bt8xx.h>
++#endif
++#endif
+ // prior to 8.4 there's a SEGV when evaluating const scripts (Tcl tries to modify the string)
+ #if (TCL_MAJOR_VERSION > 8) || ((TCL_MAJOR_VERSION == 8) && (TCL_MINOR_VERSION >= 4))
+ # define TCL_EVAL_CONST(INTERP, SCRIPT) Tcl_EvalEx(INTERP, SCRIPT, -1, TCL_EVAL_GLOBAL)



Home | Main Index | Thread Index | Old Index