[Bug 195848] New: devel/boehm-gc does not build on sparc64 (again)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Dec 10 11:36:26 UTC 2014


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 at FreeBSD.org
          Reporter: kvedulv at kvedulv.de
                CC: cpm at fbsd.es
                CC: cpm at fbsd.es
             Flags: maintainer-feedback?(cpm at 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 at FreeBSD.org> ---
Maintainer CC'd

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list