diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-20 12:42:49 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-20 12:42:49 +0000 |
commit | 98091e88719b20b103ba17c9ffc4da47b8508b06 (patch) | |
tree | fd841b126e5e74e8677c07997996003aa2bcf724 | |
parent | Add missing patch in r512184. (diff) |
graphics/megapov: unbreak on powerpc64
Builds fine with GCC from ports.
Approved by: mentors (implicit approval)
Notes
Notes:
svn path=/head/; revision=512408
-rw-r--r-- | graphics/megapov/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/megapov/Makefile b/graphics/megapov/Makefile index 8084bbc0f0d5..0a2f48332577 100644 --- a/graphics/megapov/Makefile +++ b/graphics/megapov/Makefile @@ -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" |