diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-10 15:01:06 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-12-10 15:01:06 +0800 |
commit | 1d8ac08c111a00e981eb054cf7b53dc75e7cbebc (patch) | |
tree | 7ba48e62adf289c2ba2ebf8deb992ffb50010767 | |
parent | 763867b2121139f28270e03bd23dd21c2970326c (diff) | |
download | freebsd-ports-gnome-1d8ac08c111a00e981eb054cf7b53dc75e7cbebc.tar.gz freebsd-ports-gnome-1d8ac08c111a00e981eb054cf7b53dc75e7cbebc.tar.zst freebsd-ports-gnome-1d8ac08c111a00e981eb054cf7b53dc75e7cbebc.zip |
devel/ticcutils: fix build with GCC-based architectures
PR: 233905
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
-rw-r--r-- | devel/ticcutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ticcutils/Makefile b/devel/ticcutils/Makefile index a312abc2510c..8461c1e2cb67 100644 --- a/devel/ticcutils/Makefile +++ b/devel/ticcutils/Makefile @@ -28,6 +28,7 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check +CFLAGS+= -D_THREAD_SAFE # configure on GCC-based architectures fails w/out this # Workaround for https://github.com/LanguageMachines/ticcutils/issues/18 (also see the patch files/patch-configure.ac) CXXFLAGS+= -DHAVE_BOOST_REGEX LDFLAGS+= -lboost_regex |