Index: head/devel/libffcall/Makefile =================================================================== --- head/devel/libffcall/Makefile (revision 485729) +++ head/devel/libffcall/Makefile (revision 485730) @@ -1,35 +1,38 @@ # Created by: jagapen@home.com # $FreeBSD$ PORTNAME= libffcall PORTVERSION= 2.1 CATEGORIES= devel MASTER_SITES= GNU MAINTAINER= ndowens@yahoo.com COMMENT= Foreign function call libraries LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_aarch64= fails to build: checking whether code in malloc()ed memory is executable... Killing runaway build after 14400 seconds with no output BROKEN_armv6= fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported BROKEN_armv7= fails to build: avcall-armhf.s:46:2: error: '.syntax divided' arm assembly not supported BROKEN_mips= fails to build: gmake[2]: No rule to make target 'avcall-mipsn32-macro.S', needed by 'avcall-mipsn32.s' BROKEN_mips64= fails to build: gmake[2]: No rule to make target 'avcall-mips64-macro.S', needed by 'avcall-mips64.s' GNU_CONFIGURE= yes USES= gmake libtool USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-shared CONFIGURE_TARGET= ${ARCH:S/amd64/x86_64/}-portbld-${OPSYS:tl}${OSREL} MAKE_JOBS_UNSAFE= yes CFLAGS+= -fPIC +PATCHES_powerpc64= ${PATCHDIR}/extra-patch-ffcall-abi.h +EXTRA_PATCHES= ${PATCHES_${ARCH}} + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libavcall.so \ ${STAGEDIR}${PREFIX}/lib/libcallback.so \ ${STAGEDIR}${PREFIX}/lib/libtrampoline.so .include Index: head/devel/libffcall/files/extra-patch-ffcall-abi.h =================================================================== --- head/devel/libffcall/files/extra-patch-ffcall-abi.h (nonexistent) +++ head/devel/libffcall/files/extra-patch-ffcall-abi.h (revision 485730) @@ -0,0 +1,11 @@ +--- ffcall-abi.h.orig 2018-11-18 21:47:39 UTC ++++ ffcall-abi.h +@@ -75,7 +75,7 @@ + #endif + #endif + #ifndef __sparc64__ +-#if defined(__sparcv9) /* GCC/Solaris, Sun C */ || defined(__arch64__) /* GCC/Linux */ ++#if defined(__sparcv9) /* GCC/Solaris, Sun C */ + #define __sparc64__ 1 + #endif + #endif Property changes on: head/devel/libffcall/files/extra-patch-ffcall-abi.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property