Date: Sat, 01 Dec 2018 15:56:20 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 233691] www/py-libsass: fix build with GCC-based architectures Message-ID: <bug-233691-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D233691 Bug ID: 233691 Summary: www/py-libsass: fix build with GCC-based architectures Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: yuri@freebsd.org Reporter: pkubaj@anongoth.pl Assignee: yuri@freebsd.org Flags: maintainer-feedback?(yuri@freebsd.org) Created attachment 199710 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D199710&action= =3Dedit patch This port unconditionally links to libc++ when using FreeBSD. This breaks compilation using GCC, which is used on GCC platforms. Remove -stdlib=3Dlibc++. Clang will use libc++ by default and GCC won't bre= ak here. Tested on powerpc64 and amd64. Hardware sponsored by IntegriCloud. --=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-233691-7788>