1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/math/eclib
Thierry Thomas 86aa24afc6 math/eclib: 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:

In file included from unimod.cc:24:
In file included from ./eclib/unimod.h:27:
In file included from ./eclib/interface.h:51:
./eclib/templates.h:64:12: error: no member named 'ptr_fun' in namespace 'std'
using std::ptr_fun;
      ~~~~~^
--- interface.lo ---
In file included from interface.cc:24:
In file included from ./eclib/interface.h:51:
./eclib/templates.h:64:12: error: no member named 'ptr_fun' in namespace 'std'
using std::ptr_fun;
      ~~~~~^
1 error generated.
*** [interface.lo] Error code 1

PR:		271047
Reported by:	pkg-fallout
2023-06-25 18:36:53 +02:00
..
files
distinfo math/eclib: upgrade to 20230424 2023-05-20 18:34:29 +02:00
Makefile math/eclib: work-around to build with clang 16 2023-06-25 18:36:53 +02:00
pkg-descr Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
pkg-plist math/eclib: upgrade to 20230424 2023-05-20 18:34:29 +02:00