1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/cherivis-devel/Makefile
David Chisnall f9197640d9 Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs.  This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
2017-12-03 12:23:53 +00:00

27 lines
525 B
Makefile

# $FreeBSD$
PORTNAME= cherivis-devel
PORTVERSION= 0.4
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= devel gnustep
MAINTAINER= theraven@FreeBSD.org
COMMENT= Visualisation tool for CHERI / BERI streamtraces
LICENSE= MIT
BROKEN_aarch64= does not compile: error: unexpected token in argument list
USES= gnustep
USE_GITHUB= yes
GH_ACCOUNT= CTSRD-CHERI
GH_PROJECT= CheriVis
LIB_DEPENDS+= libcheritrace.so:devel/cheritrace-devel
USE_GNUSTEP= back build
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
.include <bsd.port.mk>