Date: Thu, 18 Dec 2014 12:15:35 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r374900 - head/devel/boehm-gc Message-ID: <201412181215.sBICFZSf031338@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Thu Dec 18 12:15:34 2014 New Revision: 374900 URL: https://svnweb.freebsd.org/changeset/ports/374900 QAT: https://qat.redports.org/buildarchive/r374900/ Log: devel/boehm-gc: fix build on sparc64, was lost in r369894 PR: 195848 Submitted by: kvedulv@kvedulv.de Approved by: cpm@fbsd.es (maintainer) Modified: head/devel/boehm-gc/Makefile Modified: head/devel/boehm-gc/Makefile ============================================================================== --- head/devel/boehm-gc/Makefile Thu Dec 18 12:06:30 2014 (r374899) +++ head/devel/boehm-gc/Makefile Thu Dec 18 12:15:34 2014 (r374900) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412181215.sBICFZSf031338>