mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
devel/boehm-gc: fix build on sparc64
PR: 192398 Submitted by: kvedulv@kvedulv.de Approved by: cjpugmed@gmail.com (maintainer)
This commit is contained in:
parent
284aa3703f
commit
037d43be25
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364172
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= gc
|
||||
PORTVERSION= 7.4.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.hboehm.info/gc/gc_source/
|
||||
PKGNAMEPREFIX= boehm-
|
||||
@ -58,6 +59,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}
|
||||
|
||||
.if ${PORT_OPTIONS:MDEBUG}
|
||||
CONFIGURE_ARGS+=--enable-gc-debug
|
||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}+fulldebug
|
||||
|
Loading…
Reference in New Issue
Block a user