Created attachment 199999 [details] patch This port needs CFLAGS+=-D_THREAD_SAFE to build on GCC architectures. This is needed because of: 1771 configure:17261: checking whether pthreads work with -pthread 1772 configure:17355: gcc7 -o conftest -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc7 -isystem /usr/local/include -fno-strict-aliasing -pthread -isystem /usr/lo cal/include -I/usr/include -I/usr/include -lboost_regex -Wl,-rpath=/usr/local/lib/gcc7 -L/usr/local/lib/gcc7 -L/usr/local/lib -L/usr/lib -L/usr/lib conftest. c -lz -lbz2 -ltar >&5 1773 conftest.c:54:6: error: #error "_THREAD_SAFE must be defined" 1774 # error "_THREAD_SAFE must be defined" 1775 ^~~~~ Tested on powerpc64 and amd64. Hardware sponsored by IntegriCloud.
Committed, thanks!
A commit references this bug: Author: yuri Date: Mon Dec 10 07:01:06 UTC 2018 New revision: 487130 URL: https://svnweb.freebsd.org/changeset/ports/487130 Log: devel/ticcutils: fix build with GCC-based architectures PR: 233905 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Changes: head/devel/ticcutils/Makefile