aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <diizzy@FreeBSD.org>2023-10-14 17:36:50 +0000
committerDaniel Engberg <diizzy@FreeBSD.org>2023-10-14 17:38:19 +0000
commit744d2334a25046ed65a47331b711194fcce877f3 (patch)
treefc401fc1531fcc079c9771aa55be2e6cf7e8a141
parent6c44e80aa1aeb28cda67e5eefb57285f67aef7b4 (diff)
downloadports-744d2334a25046ed65a47331b711194fcce877f3.tar.gz
ports-744d2334a25046ed65a47331b711194fcce877f3.zip
science/votca: Partially fix build
Define BOOST_TIMER_ENABLE_DEPRECATED in CXXFLAGS to avoid build failure with newer versions of Boost library Poudriere reports filesystem violations in usr/local/share/libint PR: 274437 Reviewed by: yuri (maintainer)
-rw-r--r--science/votca/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/science/votca/Makefile b/science/votca/Makefile
index 6c03085bc429..4ad7b95b87f3 100644
--- a/science/votca/Makefile
+++ b/science/votca/Makefile
@@ -44,6 +44,8 @@ SHEBANG_FILES= csg/scripts/csg_call.in csg/scripts/csg_inverse.in \
xtp/scripts/xtp_modify_jobfile.in \
xtp/scripts/xtp_qmmm2qm.in
+CXXFLAGS+= -DBOOST_TIMER_ENABLE_DEPRECATED
+
CMAKE_ON= BUILD_XTP
CMAKE_ARGS= -DLOCALBASE=${LOCALBASE} -DPython_EXECUTABLE=${PYTHON_CMD}