mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
simh: fix glibc cross builds.
This commit is contained in:
parent
d5d07a2bd0
commit
5cada5d9eb
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@ version=3.9
|
|||
revision=1
|
||||
wrksrc=${pkgname}-${version}
|
||||
create_wrksrc=yes
|
||||
hostmakedepends="unzip"
|
||||
makedepends="libpcap-devel SDL-devel"
|
||||
hostmakedepends="libpcap-devel unzip"
|
||||
makedepends="libpcap-devel"
|
||||
short_desc="Emulator for historical computers including PDP-11 and VAX"
|
||||
maintainer="Daniel James <djames@orcadian.net>"
|
||||
license="MIT"
|
||||
|
@ -19,7 +19,7 @@ do_build() {
|
|||
OS_CCDEFS="$CFLAGS" \
|
||||
OS_LDFLAGS="$LDFLAGS -pthread -lm" \
|
||||
USE_NETWORK=1 \
|
||||
NETWORK_OPT='-DUSE_NETWORK -isystem /usr/include -lpcap'
|
||||
NETWORK_OPT="-DUSE_NETWORK -isystem ${XBPS_CROSS_BASE}/usr/include -lpcap"
|
||||
}
|
||||
do_install() {
|
||||
(
|
||||
|
|
Loading…
Add table
Reference in a new issue