diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-04 07:24:11 +0000 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-11-04 07:24:11 +0000 |
| commit | 317574cb1fda2ea406b352bd105ff4eaea67ed0e (patch) | |
| tree | 385d76cf87b2c748c95dfbf45ccc522dce8fc788 | |
| parent | b55167c2d5e0bd668974fc018549be099a26687b (diff) | |
Revert "science/arbor: Fix run-time aserts by disabling libcpp hardening (LIBCPP_HARDENING_MODE)"
This reverts commit 98a2a722a7898e2d62b3f5e0a1336064df3f4a34.
| -rw-r--r-- | science/arbor/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/science/arbor/Makefile b/science/arbor/Makefile index e507aab7bd79..f4d1208a4f82 100644 --- a/science/arbor/Makefile +++ b/science/arbor/Makefile @@ -1,7 +1,6 @@ PORTNAME= arbor DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -40,7 +39,6 @@ CMAKE_OFF= ARB_USE_BUNDLED_UNITS CMAKE_ARGS= -DPython3_EXECUTABLE=${PYTHON_CMD} CONFIGURE_ENV= CPM_REPO=${WRKSRC_cpm} -CXXFLAGS+= -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_NONE # prevent hardening issues with libc++, see https://github.com/arbor-sim/arbor/issues/2484 LDFLAGS+= -L${LOCALBASE}/lib -lunits OPTIONS_DEFINE= NATIVE |
