From 5a1874a0bf3df341be2ebdd435fe418d627d341b Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 17 Jan 2024 19:48:40 +0000 Subject: [PATCH] stegseek: fix build with libcxx 16.0.6 maintainer timeout --- security/stegseek/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/stegseek/Makefile b/security/stegseek/Makefile index fa528fe85d5..41bf6458a36 100644 --- a/security/stegseek/Makefile +++ b/security/stegseek/Makefile @@ -23,6 +23,7 @@ LIB_DEPENDS += graphics/jpeg \ security/mhash CXXFLAGS += -I${LOCALBASE}/include +CXXFLAGS += -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION MODCMAKE_LDFLAGS = -L${LOCALBASE}/lib .include