svn commit: r374900 - head/devel/boehm-gc

Kurt Jaeger pi at FreeBSD.org
Thu Dec 18 12:15:36 UTC 2014


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 at kvedulv.de
  Approved by:	cpm at 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}


More information about the svn-ports-head mailing list