1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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)
This commit is contained in:
Piotr Kubaj 2019-06-05 17:51:30 +00:00
parent d78b23817a
commit 34d4b2474e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503515

View File

@ -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