pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/bochs/patches Fix bochs-2.2.1 build on NetBS...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6e060cc875ba
branches: trunk
changeset: 504025:6e060cc875ba
user: ben <ben%pkgsrc.org@localhost>
date: Sat Dec 03 03:17:14 2005 +0000
description:
Fix bochs-2.2.1 build on NetBSD by adding missed patch.
diffstat:
emulators/bochs/patches/patch-ae | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r f293cccaf8cc -r 6e060cc875ba emulators/bochs/patches/patch-ae
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/bochs/patches/patch-ae Sat Dec 03 03:17:14 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.5 2005/12/03 03:17:14 ben Exp $
+
+--- iodev/eth_tuntap.cc.orig 2005-05-21 00:38:29.000000000 -0700
++++ iodev/eth_tuntap.cc
+@@ -58,7 +58,7 @@
+ #include <linux/if_tun.h>
+ #else
+ #include <net/if.h>
+-#ifndef __APPLE__
++#if !defined(__APPLE__) && !defined(__NetBSD__)
+ #include <net/if_tap.h>
+ #endif
+ #endif
Home |
Main Index |
Thread Index |
Old Index