diff options
author | linimon <linimon@FreeBSD.org> | 2019-03-13 13:41:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-03-13 13:41:37 +0800 |
commit | 2d606fda640b91a9474c6875634a7f8431fe205f (patch) | |
tree | 3edc162aeaacef9f547fd861810526bedcb600f3 /deskutils/xchm | |
parent | be1cb88476d5063249e9d1c17a896f7f7182e120 (diff) | |
download | freebsd-ports-gnome-2d606fda640b91a9474c6875634a7f8431fe205f.tar.gz freebsd-ports-gnome-2d606fda640b91a9474c6875634a7f8431fe205f.tar.zst freebsd-ports-gnome-2d606fda640b91a9474c6875634a7f8431fe205f.zip |
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'
Diffstat (limited to 'deskutils/xchm')
-rw-r--r-- | deskutils/xchm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |