Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2019 10:02:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 236799] sysutils/passwordsafe: fix build with powerpc*
Message-ID:  <bug-236799-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236799

            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@freebsd.org
          Reporter: pkubaj@anongoth.pl
             Flags: maintainer-feedback?(brnrd@freebsd.org)
          Assignee: brnrd@freebsd.org

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

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

Don't add --stdlib=3Dlibc++ to CXXFLAGS, Clang uses it by default and GCC c=
an'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.

--=20
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-236799-7788>