summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-09-27 10:29:22 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-09-27 10:29:22 +0000
commit675e66a74b4fab0e32c47a5d471a10f6633764dd (patch)
tree1460cb7f76f1260a3c2a4d9e382e8956b3beae2f
parentMark BROKEN: fails to link (diff)
Mark BROKEN: fails to link
g++48 -L/usr/local/lib -lpthread -lglut -lGL -lXext -lX11 -lXmu -lGLU -lm -fstack-protector -Wl,-rpath=/usr/local/lib/gcc48 -L/usr/local/lib/gcc48 /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/FFFF3.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/FragmentProgram.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/FragmentProgramARB10.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/GPUProgram.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/PixelBuffer.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/VertexProgram.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/VertexProgramATI.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/VertexProgramNV.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/extensions.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/vpext.obj -o /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/ffff /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/VertexProgramNV.obj: In function `VertexProgramNV::setOrtho2D(double, double, double, double)': VertexProgramNV.cpp:(.text+0x167): undefined reference to `glTrackMatrixNV' /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/VertexProgramNV.obj: In function `VertexProgramNV::initializeGPU_VP(int, int, int, double, double, double, double)': VertexProgramNV.cpp:(.text+0x2ae): undefined reference to `glGenProgramsNV' VertexProgramNV.cpp:(.text+0x2c3): undefined reference to `glBindProgramNV' VertexProgramNV.cpp:(.text+0x31d): undefined reference to `glLoadProgramNV' VertexProgramNV.cpp:(.text+0x361): undefined reference to `glProgramParameter4fNV' VertexProgramNV.cpp:(.text+0x395): undefined reference to `glProgramParameter4fNV' VertexProgramNV.cpp:(.text+0x3c9): undefined reference to `glProgramParameter4fNV' Reported by: pkg-fallout
-rw-r--r--graphics/ffff/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/ffff/Makefile b/graphics/ffff/Makefile
index c0809493c89d..2fcc20b63fb6 100644
--- a/graphics/ffff/Makefile
+++ b/graphics/ffff/Makefile
@@ -11,6 +11,8 @@ DISTNAME= FFFF${PORTVERSION}-src
MAINTAINER= ports@FreeBSD.org
COMMENT= Fast Mandelbrot fractal generator
+BROKEN= fails to link
+
USE_XORG= x11 xmu xext
USE_GL= gl glut
USES= dos2unix zip