summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorben <ben>2005-12-03 03:17:14 +0000
committerben <ben>2005-12-03 03:17:14 +0000
commit56324b1116ba8fba80cc3a385aa1137a364b33ad (patch)
treef1e25448b9c53b6faecd993d8bb56dba0a2b0d27 /emulators
parent3439147cc0dd008a2b53af80e5e05487399cbb6a (diff)
downloadpkgsrc-56324b1116ba8fba80cc3a385aa1137a364b33ad.tar.gz
Fix bochs-2.2.1 build on NetBSD by adding missed patch.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/bochs/patches/patch-ae13
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/bochs/patches/patch-ae b/emulators/bochs/patches/patch-ae
new file mode 100644
index 00000000000..230cc08d65a
--- /dev/null
+++ b/emulators/bochs/patches/patch-ae
@@ -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