svn commit: r364172 - head/devel/boehm-gc
Kurt Jaeger
pi at FreeBSD.org
Wed Aug 6 14:02:00 UTC 2014
Author: pi
Date: Wed Aug 6 14:01:59 2014
New Revision: 364172
URL: http://svnweb.freebsd.org/changeset/ports/364172
QAT: https://qat.redports.org/buildarchive/r364172/
Log:
devel/boehm-gc: fix build on sparc64
PR: 192398
Submitted by: kvedulv at kvedulv.de
Approved by: cjpugmed at gmail.com (maintainer)
Modified:
head/devel/boehm-gc/Makefile
Modified: head/devel/boehm-gc/Makefile
==============================================================================
--- head/devel/boehm-gc/Makefile Wed Aug 6 13:50:26 2014 (r364171)
+++ head/devel/boehm-gc/Makefile Wed Aug 6 14:01:59 2014 (r364172)
@@ -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
More information about the svn-ports-all
mailing list