b6fc38be6a
New in 2.4: * Added support for the following platforms: (Previously, a build on these platforms failed.) - arm64: macOS 11. - arm: FreeBSD 12. - sparc: Solaris 11 32-bit. New in 2.3: * Added support for the following platforms: (Previously, a build on these platforms failed.) - x86_64: FreeBSD 13, OpenBSD 6.5 and newer. - powerpc64: AIX 7 with xlclang compiler. * Fixed a couple of multithread-safety bugs in the trampoline and callback packages.
24 lines
541 B
Makefile
24 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/06/23 19:05:20 wiz Exp $
|
|
|
|
DISTNAME= libffcall-2.4
|
|
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"
|