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
This commit is contained in:
Tobias Kortkamp 2018-09-04 13:31:29 +00:00
parent d71e98a25e
commit 41e9fe4f95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478957

View file

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