diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-27 18:30:51 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-09-27 18:30:51 +0800 |
commit | 22e2f3440b96aabf05903bf73c424b833be88e8e (patch) | |
tree | 9892612965fcaaf836212688186d043537f82693 /x11-clocks | |
parent | 675e66a74b4fab0e32c47a5d471a10f6633764dd (diff) | |
download | freebsd-ports-gnome-22e2f3440b96aabf05903bf73c424b833be88e8e.tar.gz freebsd-ports-gnome-22e2f3440b96aabf05903bf73c424b833be88e8e.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/glclock/Makefile | 2 |
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 |