diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-11-10 06:22:59 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-11-10 06:22:59 +0000 |
commit | e0619530488bc498e006b7cbd1781ccd48be7738 (patch) | |
tree | df5e441bd100834fab8766a57c628ddf8f873d24 /graphics | |
parent | 16cbe74ca6fdabb50344b46357d4f2610f3e4d75 (diff) | |
download | ports-e0619530488bc498e006b7cbd1781ccd48be7738.tar.gz ports-e0619530488bc498e006b7cbd1781ccd48be7738.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pixie/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/pixie/Makefile b/graphics/pixie/Makefile index aa88a72199f2..62e074d388ab 100644 --- a/graphics/pixie/Makefile +++ b/graphics/pixie/Makefile @@ -14,15 +14,16 @@ COMMENT= Photorealistic renderer with Pixar's RenderMan-like interface LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libIlmImf.so:graphics/openexr \ - libtiff.so:graphics/tiff \ - libfltk_gl.so:x11-toolkits/fltk - BROKEN_aarch64= fails to compile: use of undeclared identifier CRenderer BROKEN_armv6= fails to compile: use of undeclared identifier CRenderer BROKEN_armv7= fails to compile: use of undeclared identifier CRenderer +BROKEN_powerpc64= fails to compile: ../common/mathSpec.h:548:37: error: 'max' was not declared in this scope BROKEN_sparc64= fails to compile +LIB_DEPENDS= libIlmImf.so:graphics/openexr \ + libtiff.so:graphics/tiff \ + libfltk_gl.so:x11-toolkits/fltk + USES= bison compiler:c++0x gl libtool pathfix tar:tgz USE_GL= glu GNU_CONFIGURE= yes |