diff options
author | tobik <tobik@FreeBSD.org> | 2018-09-04 21:31:29 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2018-09-04 21:31:29 +0800 |
commit | 87ba815fec796e1f47b85bcd7d10b4cdaea3ad7f (patch) | |
tree | 82274c4fe31c623547bf094bcf11ca485fd69b67 /net-p2p | |
parent | 44fc08c68fb7afb1349cf8b63bff198484eeec17 (diff) | |
download | freebsd-ports-gnome-87ba815fec796e1f47b85bcd7d10b4cdaea3ad7f.tar.gz freebsd-ports-gnome-87ba815fec796e1f47b85bcd7d10b4cdaea3ad7f.tar.zst freebsd-ports-gnome-87ba815fec796e1f47b85bcd7d10b4cdaea3ad7f.zip |
net-p2p/jigdo: Fix build with Clang 6
checking size of unsigned long... configure: error: cannot compute sizeof (unsigned long), 77
http://beefy11.nyi.freebsd.org/data/head-i386-default/p478648_s338416/logs/errors/jigdo-0.7.3_8.log
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/jigdo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/jigdo/Makefile b/net-p2p/jigdo/Makefile index 8c1f07f14d0d..20cd673468c0 100644 --- a/net-p2p/jigdo/Makefile +++ b/net-p2p/jigdo/Makefile @@ -13,6 +13,7 @@ COMMENT= Utility used to retrieve large files over the Internet RUN_DEPENDS= ${LOCALBASE}/bin/wget:ftp/wget USES= gmake tar:bzip2 +USE_CXXSTD= c++98 USE_SUBMAKE= yes GNU_CONFIGURE= yes |