Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2018 07:01:06 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487130 - head/devel/ticcutils
Message-ID:  <201812100701.wBA716PD019975@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Dec 10 07:01:06 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>

Modified:
  head/devel/ticcutils/Makefile

Modified: head/devel/ticcutils/Makefile
==============================================================================
--- head/devel/ticcutils/Makefile	Mon Dec 10 05:55:37 2018	(r487129)
+++ head/devel/ticcutils/Makefile	Mon Dec 10 07:01:06 2018	(r487130)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812100701.wBA716PD019975>