Add USES=compiler:c++11-lang to fix linking with devel/smack on GCC-based

architectures.

PR:		234411
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2018-12-26 21:58:28 +00:00
parent edbc0cf701
commit 969598ce33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488463

View file

@ -10,7 +10,7 @@ COMMENT= Fast compressor/decompressor library
LICENSE= BSD3CLAUSE
USES= autoreconf libtool pathfix pkgconfig
USES= autoreconf compiler:c++11-lang libtool pathfix pkgconfig
CONFIGURE_ARGS= --disable-gtest
GNU_CONFIGURE= yes
USE_LDCONFIG= yes