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 math/libbraiding: work-around to build with clang 16 2023-06-25 18:57:15 +02:00
pkg-descr
pkg-plist