graphics/megapov: unbreak on powerpc64

Builds fine with GCC from ports.

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-09-20 12:42:49 +00:00
parent be842ed81f
commit 98091e8871
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=512408

View file

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