Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2017 17:14:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 216609] devel/py-ice: fails to build with libc++ 4.0
Message-ID:  <bug-216609-13-jexbosJ4Wu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216609-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216609-13@https.bugs.freebsd.org/bugzilla/>

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

--- Comment #3 from Jan Beich (mail not working) <jbeich@FreeBSD.org> ---
$ poudriere jail -cj clang40-amd64 -v projects/clang400-import -m svn
$ poudriere bulk -Ctj clang40-amd64 devel/ice devel/py-ice

or if you want to play with just libc++

$ git clone https://github.com/llvm-mirror/libcxx/ /path/to/libcxx
$ (cd /path/to/libcxx; git checkout origin/release_40)
$ cd /usr/ports/devel/ice
$ echo 'CXXFLAGS +=3D -nostdinc++ -isystem /path/to/libcxx/include'
>>Makefile.local

--=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-216609-13-jexbosJ4Wu>