svn commit: r478782 - head/graphics/megapov
Tobias Kortkamp
tobik at FreeBSD.org
Sun Sep 2 10:59:45 UTC 2018
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 at FreeBSD.org"
More information about the svn-ports-all
mailing list