View | Details | Raw Unified | Return to bug 229258
Collapse All | Expand All

(-)w/lang/ponyc/Makefile (-2 / +2 lines)
Lines 10-16 COMMENT= Pony language compiler Link Here
10
LICENSE=	BSD2CLAUSE
10
LICENSE=	BSD2CLAUSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
12
13
ONLY_FOR_ARCHS=		amd64
13
ONLY_FOR_ARCHS=		aarch64 amd64
14
ONLY_FOR_ARCHS_REASON=	Undefined reference to __atomic_compare_exchange_8
14
ONLY_FOR_ARCHS_REASON=	Undefined reference to __atomic_compare_exchange_8
15
BROKEN_FreeBSD_10=	Undefined reference to __atomic_compare_exchange
15
BROKEN_FreeBSD_10=	Undefined reference to __atomic_compare_exchange
16
16
Lines 32-38 GH_ACCOUNT= ponylang Link Here
32
32
33
PORTDOCS=	*.md
33
PORTDOCS=	*.md
34
34
35
MAKE_ENV=	prefix=${PREFIX} verbose=true
35
MAKE_ENV=	prefix=${PREFIX} verbose=true ${"${ARCH}" == aarch64:?arch=armv8-a:}
36
36
37
post-install:
37
post-install:
38
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pony/${DISTVERSION}/bin/ponyc
38
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pony/${DISTVERSION}/bin/ponyc

Return to bug 229258