biew: <stdint.h> is not a glibc-only feature.
This commit is contained in:
parent
f98ca7804a
commit
66330f5637
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=biew
|
||||
version=6.1.0
|
||||
_shortversion=${version//.}
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="${pkgname}-${_shortversion}"
|
||||
build_style=gnu-configure
|
||||
short_desc="Console hex viewer/editor and disassembler"
|
||||
|
@ -14,6 +14,7 @@ checksum=2e85f03c908dd6ec832461fbfbc79169a33f4caccf48c8fe60cbd29f5fb06d17
|
|||
|
||||
pre_configure() {
|
||||
configure_args+=" --target-arch=generic --ld=$CC"
|
||||
sed -i 's/__GLIBC__/__STDC__/g' biewlib/sysdep/generic/__config.h
|
||||
}
|
||||
post_install() {
|
||||
vmkdir usr/share/man
|
||||
|
|
Loading…
Reference in a new issue