The fix applied in r364172 for #192398 got lost in r369894, please restore it like that: Index: Makefile =================================================================== --- Makefile (revision 374445) +++ Makefile (working copy) @@ -56,6 +56,10 @@ 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} thanks.
Maintainer CC'd
Created attachment 150606 [details] boehm-gc.7.4.2.3.diff Re-add quick fix to build boehm-gc on sparc64 as user has requested. Thank you :)
A commit references this bug: Author: pi Date: Thu Dec 18 12:15:36 UTC 2014 New revision: 374900 URL: https://svnweb.freebsd.org/changeset/ports/374900 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) Changes: head/devel/boehm-gc/Makefile
Committed, thanks!