Date: Fri, 20 Sep 2019 12:42:49 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512408 - head/graphics/megapov Message-ID: <201909201242.x8KCgnqe001334@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Fri Sep 20 12:42:49 2019 New Revision: 512408 URL: https://svnweb.freebsd.org/changeset/ports/512408 Log: graphics/megapov: unbreak on powerpc64 Builds fine with GCC from ports. Approved by: mentors (implicit approval) Modified: head/graphics/megapov/Makefile Modified: head/graphics/megapov/Makefile ============================================================================== --- head/graphics/megapov/Makefile Fri Sep 20 12:26:49 2019 (r512407) +++ head/graphics/megapov/Makefile Fri Sep 20 12:42:49 2019 (r512408) @@ -10,15 +10,13 @@ MASTER_SITES= http://megapov.inetart.net/packages/unix MAINTAINER= ports@FreeBSD.org COMMENT= Unofficial extensions of POV-Ray -BROKEN_powerpc64= Does not build: nputoutput.cpp:1: error: 64 bit CPU requiredd - LIB_DEPENDS= libpng.so:graphics/png \ libtiff.so:graphics/tiff #RUN_DEPENDS= povray:graphics/povray-meta INSTALL_WRKSRC= ${WRKSRC}/unix -USES= gmake jpeg localbase tar:bzip2 +USES= compiler:c11 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?201909201242.x8KCgnqe001334>