Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2013 18:03:21 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336465 - head/devel/google-sparsehash
Message-ID:  <201312141803.rBEI3LNN087644@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno (src committer)
Date: Sat Dec 14 18:03:20 2013
New Revision: 336465
URL: http://svnweb.freebsd.org/changeset/ports/336465

Log:
  Update google-sparsehash to use gcc 4.8+
  
  This seems to work as I can now link clementine-player against it and
  use google-drive support

Modified:
  head/devel/google-sparsehash/Makefile

Modified: head/devel/google-sparsehash/Makefile
==============================================================================
--- head/devel/google-sparsehash/Makefile	Sat Dec 14 17:53:52 2013	(r336464)
+++ head/devel/google-sparsehash/Makefile	Sat Dec 14 18:03:20 2013	(r336465)
@@ -3,6 +3,7 @@
 
 PORTNAME=	google-sparsehash
 PORTVERSION=	2.0.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
 		${MASTER_SITE_LOCAL}
@@ -14,6 +15,7 @@ MAINTAINER=	vd@FreeBSD.org
 COMMENT=	An extremely memory-efficient hash_map implementation
 
 GNU_CONFIGURE=	yes
+USE_GCC=	4.8+
 
 .include <bsd.port.pre.mk>
 



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