0806ad7f0b
New in 2.2: * Added support for the following platforms: (Previously, a build on these platforms failed.) - armv6 (Raspberry Pi): Linux. - hppa: Linux 32-bit. - riscv32: Linux with ilp32d ABI. - riscv64: Linux with lp64d ABI. * The build for the mips 32-bit ABI is now compatible with toolchains for the 'fpxx' ABI variant. The downside is that the mips1 architecture is no longer supported. * Fixed a bug regarding passing of more than 8 arguments on the following platforms: - arm64: Linux 64-bit. * Fixed a stack corruption bug on the following platforms: - hppa: HP-UX 32-bit.
24 lines
541 B
Makefile
24 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.3 2019/10/10 11:53:12 wiz Exp $
|
|
|
|
DISTNAME= libffcall-2.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=libffcall/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://www.gnu.org/software/libffcall/
|
|
COMMENT= Foreign function call libraries
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
# make: make: don't know how to make avcall/avcall.lo. Stop
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-shared
|
|
|
|
MAKE_FLAGS+= htmldir=${PREFIX}/share/doc/ffcall
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|