aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-09-27 10:30:51 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-09-27 10:30:51 +0000
commit22e2f3440b96aabf05903bf73c424b833be88e8e (patch)
tree9892612965fcaaf836212688186d043537f82693 /x11-clocks
parent675e66a74b4fab0e32c47a5d471a10f6633764dd (diff)
downloadports-22e2f3440b96aabf05903bf73c424b833be88e8e.tar.gz
ports-22e2f3440b96aabf05903bf73c424b833be88e8e.zip
Mark BROKEN: fails to link
c++ -O2 -pipe -DIMAGE_PATH=\"/usr/local/lib/X11/glclock/\" -fstack-protector -fno-strict-aliasing -L/usr/local/lib -o glclock main.o glclock.o GLObject.o GLextensions.o PnmIO.o MString.o -lglut -lGLU -lGL -lXi -lXmu -lXext -lX11 -lm GLextensions.o: In function `IsSupported_EXT_polygon_offset()': GLextensions.cpp:(.text+0x1027): undefined reference to `glPolygonOffsetEXT' Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=398032
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/glclock/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-clocks/glclock/Makefile b/x11-clocks/glclock/Makefile
index 39ad0edce14f..7ebcd7b9d514 100644
--- a/x11-clocks/glclock/Makefile
+++ b/x11-clocks/glclock/Makefile
@@ -10,6 +10,8 @@ MASTER_SITES= http://www.daionet.gr.jp/~masa/archives/
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenGL spinning pocket watch demo and benchmark utility
+BROKEN= fails to link
+
USE_XORG= xi xmu xext x11
USE_GL= gl glu glut
MAKEFILE= makefile