Revert "bochs: update to 2.6.10"
Version 2.6.10 fails to build with following error:
cpu/libcpu.a(init.o):init.cc:function BX_CPU_C::initialize(): error: undefined reference to 'create_corei7_icelake_u_cpuid(BX_CPU_C*)'
Delaying update to the next bochs release.
This reverts commit dc65484708
.
This commit is contained in:
parent
c2ae9ba32e
commit
3809350dfd
|
@ -1,9 +1,10 @@
|
|||
TERMUX_PKG_HOMEPAGE=http://bochs.sourceforge.net/
|
||||
TERMUX_PKG_DESCRIPTION="Bochs is a highly portable open source IA-32 (x86) PC emulator and debugger written in C++."
|
||||
TERMUX_PKG_LICENSE="LGPL-2.0"
|
||||
TERMUX_PKG_VERSION=2.6.10
|
||||
TERMUX_PKG_VERSION=2.6.9
|
||||
TERMUX_PKG_REVISION=2
|
||||
TERMUX_PKG_SRCURL=https://downloads.sourceforge.net/bochs/bochs-${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=723f808b2c2ac6f886d90c4eb2000b8d075992661e6e47c8474e668e16e175b0
|
||||
TERMUX_PKG_SHA256=ee5b677fd9b1b9f484b5aeb4614f43df21993088c0c0571187f93acb0866e98c
|
||||
TERMUX_PKG_DEPENDS="atk, fontconfig, freetype, gdk-pixbuf, glib, gtk2, libc++, libcairo, libgraphite, libx11, libxpm, libxrandr, ncurses, pango, readline"
|
||||
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||
|
|
Loading…
Reference in New Issue