[Bug 233691] www/py-libsass: fix build with GCC-based architectures
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Dec 1 15:56:23 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233691
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 at freebsd.org
Reporter: pkubaj at anongoth.pl
Assignee: yuri at freebsd.org
Flags: maintainer-feedback?(yuri at freebsd.org)
Created attachment 199710
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=199710&action=edit
patch
This port unconditionally links to libc++ when using FreeBSD. This breaks
compilation using GCC, which is used on GCC platforms.
Remove -stdlib=libc++. Clang will use libc++ by default and GCC won't break
here.
Tested on powerpc64 and amd64.
Hardware sponsored by IntegriCloud.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list