[Bug 236799] sysutils/passwordsafe: fix build with powerpc*

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 26 10:02:30 UTC 2019


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

            Bug ID: 236799
           Summary: sysutils/passwordsafe: fix build with powerpc*
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: brnrd at freebsd.org
          Reporter: pkubaj at anongoth.pl
             Flags: maintainer-feedback?(brnrd at freebsd.org)
          Assignee: brnrd at freebsd.org

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

Add USES=compiler:c++11-lang, this port adds -std=c++11 to CPPFLAGS.

Don't add --stdlib=libc++ to CXXFLAGS, Clang uses it by default and GCC can't
use libc++.

Don't set CC, CXX, CPP, those are set by the ports tree.

Add a define for __ppc__.

Tested on powerpc64 and amd64.

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


More information about the freebsd-ports-bugs mailing list