diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/bochs-2.7.local.patch (renamed from patches/bochs-2.6.11.local.patch) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/bochs-2.6.11.local.patch b/patches/bochs-2.7.local.patch index a67d0dc4..32dad626 100644 --- a/patches/bochs-2.6.11.local.patch +++ b/patches/bochs-2.7.local.patch @@ -30,8 +30,8 @@ diff -ru bochs-2.6.9.orig/configure bochs-2.6.9/configure fi case "$target" in -- *-pc-windows* | *-pc-winnt* | *-cygwin* | *-mingw32*) -+ *-pc-windows* | *-pc-winnt* | *-cygwin* | *-mingw32* | *-midipix*) +- *-pc-windows* | *-pc-winnt* | *-cygwin* | *-mingw32* | *-msys) ++ *-pc-windows* | *-pc-winnt* | *-cygwin* | *-mingw32* | *-msys | *-midipix*) NETLOW_OBJS="$NETLOW_OBJS eth_win32.o" ethernet_modules="$ethernet_modules win32" $as_echo "#define BX_NETMOD_WIN32 1" >>confdefs.h |