svn commit: r352553 - head/graphics/mesa-demos
Koop Mast
kwm at FreeBSD.org
Mon Apr 28 20:33:52 UTC 2014
Author: kwm
Date: Mon Apr 28 20:33:52 2014
New Revision: 352553
URL: http://svnweb.freebsd.org/changeset/ports/352553
QAT: https://qat.redports.org/buildarchive/r352553/
Log:
Disable optional support which we don't support yet.
Modified:
head/graphics/mesa-demos/Makefile
Modified: head/graphics/mesa-demos/Makefile
==============================================================================
--- head/graphics/mesa-demos/Makefile Mon Apr 28 20:28:29 2014 (r352552)
+++ head/graphics/mesa-demos/Makefile Mon Apr 28 20:33:52 2014 (r352553)
@@ -19,6 +19,9 @@ USE_XORG= glproto x11 xext xi xxf86vm xd
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
+CONFIGURE_ARGS+=--disable-egl --disable-gles2 --disable-wayland \
+ --disable-gbm --disable-vg --disable-osmesa
+
DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME}
OPTIONS_DEFINE= NVIDIA
More information about the svn-ports-head
mailing list