1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/math/libbraiding
Thierry Thomas 656ce340b0 math/libbraiding: work-around to build with clang 16
Adding "CXXFLAGS+=-std=c++11" to fix the build on 14-CURRENT.

Without that, it fails with this error:

./cbraid_implementation.h:1043:23: error: no member named 'bind2nd' in namespace 'std'
--- braiding.lo ---
./cbraid_implementation.h:1043:23: error: no member named 'bind2nd' in namespace 'std'
(+ many others)

Since I’m there, strip the library.

PR:		271047
Reported by:	pkg-fallout
2023-06-25 18:57:15 +02:00
..
distinfo
Makefile
pkg-descr
pkg-plist