svn commit: r488463 - head/archivers/snappy

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 21:58:29 UTC 2018


Author: linimon
Date: Wed Dec 26 21:58:28 2018
New Revision: 488463
URL: https://svnweb.freebsd.org/changeset/ports/488463

Log:
  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)

Modified:
  head/archivers/snappy/Makefile

Modified: head/archivers/snappy/Makefile
==============================================================================
--- head/archivers/snappy/Makefile	Wed Dec 26 21:55:55 2018	(r488462)
+++ head/archivers/snappy/Makefile	Wed Dec 26 21:58:28 2018	(r488463)
@@ -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


More information about the svn-ports-all mailing list