sam: fix 32-bit builds.
This commit is contained in:
parent
584bd3d605
commit
1c95d9636e
|
@ -16,6 +16,7 @@ CFLAGS="-std=c99"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/ -sf / -sfr /' doc/Makefile
|
sed -i 's/ -sf / -sfr /' doc/Makefile
|
||||||
|
sed -i '/Straddc/s/int/wchar_t/g' sam/sam.h
|
||||||
}
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Reference in New Issue