Date: Wed, 10 Dec 2014 11:35:51 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195848] New: devel/boehm-gc does not build on sparc64 (again) Message-ID: <bug-195848-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195848 Bug ID: 195848 Summary: devel/boehm-gc does not build on sparc64 (again) Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: kvedulv@kvedulv.de CC: cpm@fbsd.es CC: cpm@fbsd.es Flags: maintainer-feedback?(cpm@fbsd.es) 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. --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Maintainer CC'd -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195848-13>