Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jun 2019 17:51:31 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503515 - head/misc/hashdb
Message-ID:  <201906051751.x55HpVhI064706@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Jun  5 17:51:30 2019
New Revision: 503515
URL: https://svnweb.freebsd.org/changeset/ports/503515

Log:
  misc/hashdb: fix build
  
  Add USES=compiler:c++11-lang to fix build:
  /usr/include/tgmath.h:124:2: error: #error "<tgmath.h> not implemented for this compiler"
  
  Approved by:	mentors (implicit approval)

Modified:
  head/misc/hashdb/Makefile

Modified: head/misc/hashdb/Makefile
==============================================================================
--- head/misc/hashdb/Makefile	Wed Jun  5 17:40:09 2019	(r503514)
+++ head/misc/hashdb/Makefile	Wed Jun  5 17:51:30 2019	(r503515)
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	swig3.0:devel/swig30
 LIB_DEPENDS=	libewf.so:devel/libewf
 
-USES=		autoreconf gmake libtool localbase:ldflags python ssl
+USES=		autoreconf compiler:c++11-lang gmake libtool localbase:ldflags \
+		python ssl
 GNU_CONFIGURE=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	NPS-DEEP



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