aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-kivy
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2013-10-06 17:43:55 +0000
committerDavid Naylor <dbn@FreeBSD.org>2013-10-06 17:43:55 +0000
commit48e49db55909ebb12f2d0eb4f6b8e2fc435b2e62 (patch)
tree6db7f1a4ada8653e30e906e79ed90a07ab519b95 /x11-toolkits/py-kivy
parentd47f7d2624a166a065a72d5cf2c2687470b601b2 (diff)
Mark x11-toolkits/py-kivy as broken under i386 without -DWITH_NEW_XORG.
For some unknown reason builds fail with: Undefined symbol "glBlendEquationSeparate" When compiling under i386 for the old libGL. This error does not make sense given that the symbol is present in libGL and that compilation works under amd64. The only solution found is to update to a newer libGL however there does not appear to be any change to the symbol signature to suggest why such an update works.
Notes
Notes: svn path=/head/; revision=329608
Diffstat (limited to 'x11-toolkits/py-kivy')
-rw-r--r--x11-toolkits/py-kivy/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/py-kivy/Makefile b/x11-toolkits/py-kivy/Makefile
index d3020c54b4d8..3040972c7bf5 100644
--- a/x11-toolkits/py-kivy/Makefile
+++ b/x11-toolkits/py-kivy/Makefile
@@ -45,6 +45,9 @@ ARCH!= uname -p
.endif
.if ${ARCH} == i386
OPTIONS_GROUP_VIDEO+= PYGLET
+.if !defined(WITH_NEW_XORG)
+BROKEN= Does not compile with old libGL on i386: Undefined symbol glBlendEquationSeparate
+.endif
.endif
CAMERA_DESC= Camera support