From 969598ce3318f8c52c657f7b740a2f628a0b24f0 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 26 Dec 2018 21:58:28 +0000 Subject: [PATCH] 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) --- archivers/snappy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archivers/snappy/Makefile b/archivers/snappy/Makefile index 029042677b6c..7f07cee7b0ea 100644 --- a/archivers/snappy/Makefile +++ b/archivers/snappy/Makefile @@ -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