mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
7dcbf8730a
if /usr/bin/ld is lld, until the issue can be addressed. PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation
31 lines
787 B
Makefile
31 lines
787 B
Makefile
# Created by: jkoshy
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= siod
|
|
PORTVERSION= 3.4
|
|
CATEGORIES= lang scheme
|
|
MASTER_SITES= LOCAL/jkoshy
|
|
DISTNAME= siod
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Small footprint implementation of the Scheme programming language
|
|
|
|
BROKEN_armv6= fails to link: final link failed: Nonrepresentable section on output
|
|
BROKEN_armv7= fails to link: ld: siod: hidden symbol `__aeabi_uidivmod' in /usr/lib/libgcc.a(aeabi_uidivmod.o) is referenced by DSO
|
|
BROKEN_mips64= fails to link: final link failed: Nonrepresentable section on output
|
|
|
|
USE_LDCONFIG= yes
|
|
LLD_UNSAFE= yes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
MAKEFILE= makefile
|
|
ALL_TARGET= freebsd
|
|
MAKE_ENV= LD_LIBRARY_PATH=.
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/siod
|
|
|
|
.include <bsd.port.mk>
|