svn commit: r503515 - head/misc/hashdb

Piotr Kubaj pkubaj at FreeBSD.org
Wed Jun 5 17:51:32 UTC 2019


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


More information about the svn-ports-all mailing list