Date: Tue, 4 Sep 2018 13:31:30 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478957 - head/net-p2p/jigdo Message-ID: <201809041331.w84DVUIV094769@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Tue Sep 4 13:31:29 2018 New Revision: 478957 URL: https://svnweb.freebsd.org/changeset/ports/478957 Log: 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 Modified: head/net-p2p/jigdo/Makefile Modified: head/net-p2p/jigdo/Makefile ============================================================================== --- head/net-p2p/jigdo/Makefile Tue Sep 4 13:14:07 2018 (r478956) +++ head/net-p2p/jigdo/Makefile Tue Sep 4 13:31:29 2018 (r478957) @@ -13,6 +13,7 @@ COMMENT= Utility used to retrieve large files over the RUN_DEPENDS= ${LOCALBASE}/bin/wget:ftp/wget USES= gmake tar:bzip2 +USE_CXXSTD= c++98 USE_SUBMAKE= yes GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809041331.w84DVUIV094769>