Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2018 10:59:44 +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: r478782 - head/graphics/megapov
Message-ID:  <201809021059.w82Axi0X016095@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Sep  2 10:59:44 2018
New Revision: 478782
URL: https://svnweb.freebsd.org/changeset/ports/478782

Log:
  graphics/megapov: Fix build with Clang 6
  
  checking size of int... configure: error: cannot compute sizeof (int), 77
  
  http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/megapov-1.2.1_8.log

Modified:
  head/graphics/megapov/Makefile

Modified: head/graphics/megapov/Makefile
==============================================================================
--- head/graphics/megapov/Makefile	Sun Sep  2 10:50:52 2018	(r478781)
+++ head/graphics/megapov/Makefile	Sun Sep  2 10:59:44 2018	(r478782)
@@ -19,6 +19,7 @@ LIB_DEPENDS=	libpng.so:graphics/png \
 INSTALL_WRKSRC=	${WRKSRC}/unix
 
 USES=		gmake jpeg localbase tar:bzip2
+USE_CXXSTD=	c++98
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	COMPILED_BY="ports@FreeBSD.org"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809021059.w82Axi0X016095>