7b5c8d8c01
New in 2.1: * Added support for the following platforms: (Previously, a build on these platforms failed.) - x86_64: Solaris 11.3. - OpenBSD 6.1. - HardenedBSD 10 and 11. * Fixed a bug regarding passing of pointers on the following platforms: - x86_64: Linux with x32 ABI: CC="gcc -mx32". * Fixed a crash in trampoline on the following platforms: - mips: Linux with CC="gcc -mabi=64", little endian.
24 lines
541 B
Makefile
24 lines
541 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/02/25 21:08:53 wiz Exp $
|
|
|
|
DISTNAME= libffcall-2.1
|
|
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"
|