[Bug 242404] www/node: fix build on powerpc64 elfv1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 3 13:07:11 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242404

            Bug ID: 242404
           Summary: www/node: fix build on powerpc64 elfv1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bhughes at freebsd.org
          Reporter: pkubaj at FreeBSD.org
          Assignee: bhughes at freebsd.org
             Flags: maintainer-feedback?(bhughes at freebsd.org)

Created attachment 209652
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=209652&action=edit
patch

13.2.0 broke powerpc64 elfv1 (again). The problem are those two commits:
https://github.com/nodejs/node/commit/605cb9f0fcd1d334ec15959bb79ba44b0e9f8186
https://github.com/nodejs/node/commit/fe99841c88fdb87959a14c7bca81e4cd4582eba6

They added ifdefs for _AIX, but the code they guard should run on all ppc64
elfv1 (not only on AIX).

Widen those ifdefs appriopriately so that node builds again.

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


More information about the freebsd-ports-bugs mailing list