1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

devel/boehm-gc: fix build on sparc64, was lost in r369894

PR:		195848
Submitted by:	kvedulv@kvedulv.de
Approved by:	cpm@fbsd.es (maintainer)
This commit is contained in:
Kurt Jaeger 2014-12-18 12:15:34 +00:00
parent 3103726150
commit b05b3dc8e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374900

View File

@ -3,7 +3,7 @@
PORTNAME= gc
PORTVERSION= 7.4.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.hboehm.info/gc/gc_source/
PKGNAMEPREFIX= boehm-
@ -56,6 +56,10 @@ PORTDOCS= *
NOT_FOR_ARCHS= ia64
# no rule to get .lo from .S in subdirectory
pre-build:
${LN} -sf ${WRKSRC}/src/sparc_mach_dep.S ${WRKSRC}
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDEBUG}