diff options
author | wiz <wiz@pkgsrc.org> | 2012-01-09 17:52:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-01-09 17:52:50 +0000 |
commit | 7d30e850c92977f71ec613adaed2af4513e891ca (patch) | |
tree | 7412fc0880bd503ff061670a4498ff7684de039d /emulators | |
parent | f19d9b03e76b44ccbda8925ec8822adfd6ae75cb (diff) | |
download | pkgsrc-7d30e850c92977f71ec613adaed2af4513e891ca.tar.gz |
Remove patch that was supposedly obsoleted by the 2.5.1 update.
Addresses PR 45808 by B.ICT A.P. deBROUWER Jr.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bochs/patches/patch-configure | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/bochs/patches/patch-configure b/emulators/bochs/patches/patch-configure deleted file mode 100644 index aba634811d0..00000000000 --- a/emulators/bochs/patches/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-configure,v 1.1 2011/03/02 15:43:12 ryoon Exp $ - ---- configure.orig 2011-02-22 17:10:47.000000000 +0000 -+++ configure -@@ -22199,7 +22199,7 @@ fi - *-pc-windows* | *-pc-winnt* | *-pc-cygwin* | *-pc-mingw32*) - NETLOW_OBJS="$NETLOW_OBJS eth_win32.o" - ;; -- *-macosx* | *-darwin*) -+ *--doesntwork-macosx* | *--doesntwork-darwin*) - NETLOW_OBJS="$NETLOW_OBJS eth_tuntap.o" - $as_echo "#define HAVE_TUNTAP 1" >>confdefs.h - |