a2d62fe7d2
The maximum {m,c}alloc block size is 2GiB (INT32_MAX) so clip the calculations for max_lines and lines to the limit (INT32_MAX-1)/sizeof(ptr). In this way at most 2GiB - 4 bytes may be allocated in one block.
15 lines
514 B
Bash
15 lines
514 B
Bash
# Template file for '64tass'
|
|
pkgname=64tass
|
|
version=1.55.2200
|
|
revision=2
|
|
wrksrc="64tass-${version}-src"
|
|
build_style=gnu-makefile
|
|
make_build_args="prefix=/usr"
|
|
make_install_args="prefix=/usr"
|
|
hostmakedepends="unzip"
|
|
short_desc="6502/6510 assembler"
|
|
maintainer="Jakub Skrzypnik <jakub.skrzypnik@interia.pl>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://tass64.sourceforge.net/"
|
|
distfiles="${SOURCEFORGE_SITE}/tass64/64tass-${version}-src.zip"
|
|
checksum=067d0a54cb3c473b26aa5d69ea3f1f956be7cccc9044f1117fc20cb84aa63880
|