aboutsummaryrefslogtreecommitdiff
path: root/x11/virtualgl
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-11-01 14:14:43 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-11-01 14:14:43 +0000
commit34e94144d430ada166e9ed851396ce226c444644 (patch)
tree62e8423d41a7c8eff2d927baab8ca1cd281ab995 /x11/virtualgl
parentbf78f312fee3789cf85d44e250121330198aaf3e (diff)
downloadports-34e94144d430ada166e9ed851396ce226c444644.tar.gz
ports-34e94144d430ada166e9ed851396ce226c444644.zip
Mark BROKEN
In file included from /wrkdirs/usr/ports/x11/virtualgl/work/VirtualGL-2.6.3/server/glxvisual.h:18: /wrkdirs/usr/ports/x11/virtualgl/work/VirtualGL-2.6.3/server/faker-sym.h:538:1: error: comparison of distinct pointer types ('_glXGetTransparentIndexSUNType' (aka 'int (*)(_XDisplay *, unsigned long, unsigned long, long *)') and 'int (*)(Display *, Window, Window, unsigned long *)' (aka 'int (*)(_XDisplay *, unsigned long, unsigned long, unsigned long *)')) FUNCDEF4(int, glXGetTransparentIndexSUN, Display *, dpy, Window, overlay, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/x11/virtualgl/work/VirtualGL-2.6.3/server/faker-sym.h:183:3: note: expanded from macro 'FUNCDEF4' CHECKSYM(f, fake_f); \ ^~~~~~~~~~~~~~~~~~~ /wrkdirs/usr/ports/x11/virtualgl/work/VirtualGL-2.6.3/server/faker-sym.h:59:11: note: expanded from macro 'CHECKSYM' if(__##s == fake_s) \ ~~~~~ ^ ~~~~~~ Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=553836
Diffstat (limited to 'x11/virtualgl')
-rw-r--r--x11/virtualgl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/virtualgl/Makefile b/x11/virtualgl/Makefile
index 869db8713d36..9e80bef8644c 100644
--- a/x11/virtualgl/Makefile
+++ b/x11/virtualgl/Makefile
@@ -14,6 +14,7 @@ LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
libturbojpeg.so:graphics/libjpeg-turbo \
libxcb-keysyms.so:x11/xcb-util-keysyms
+BROKEN= fails to build
ONLY_FOR_ARCHS= amd64 i386
CMAKE_INSTALL_PREFIX= ${LOCALBASE}/VirtualGL