summaryrefslogtreecommitdiff
path: root/net-p2p/jigdo/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-09-04 13:31:29 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-09-04 13:31:29 +0000
commit41e9fe4f9587bef9613a785b23b1b93afa7675eb (patch)
tree82274c4fe31c623547bf094bcf11ca485fd69b67 /net-p2p/jigdo/Makefile
parentUpdate the license allow post GPLv2 (diff)
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
Notes
Notes: svn path=/head/; revision=478957
Diffstat (limited to 'net-p2p/jigdo/Makefile')
-rw-r--r--net-p2p/jigdo/Makefile1
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