From 2d606fda640b91a9474c6875634a7f8431fe205f Mon Sep 17 00:00:00 2001 From: linimon Date: Wed, 13 Mar 2019 05:41:37 +0000 Subject: Fix build on gcc-based architectures: /usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8' --- deskutils/xchm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deskutils/xchm') diff --git a/deskutils/xchm/Makefile b/deskutils/xchm/Makefile index b01ce09f22cb..2e52d0d4a0e6 100644 --- a/deskutils/xchm/Makefile +++ b/deskutils/xchm/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libchm.so:misc/chmlib GNU_CONFIGURE= yes -USES= localbase +USES= compiler:c++11-lang localbase USE_WX= 2.8 WX_CONF_ARGS= absolute LDFLAGS+= -lpthread -- cgit