svn commit: r413631 - head/graphics/devil

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 19 12:09:45 UTC 2016


Author: amdmi3
Date: Tue Apr 19 12:09:44 2016
New Revision: 413631
URL: https://svnweb.freebsd.org/changeset/ports/413631

Log:
  - Fix build with disabled X11

Modified:
  head/graphics/devil/Makefile

Modified: head/graphics/devil/Makefile
==============================================================================
--- head/graphics/devil/Makefile	Tue Apr 19 10:21:36 2016	(r413630)
+++ head/graphics/devil/Makefile	Tue Apr 19 12:09:44 2016	(r413631)
@@ -62,7 +62,7 @@ EXR_CONFIGURE_ENABLE=	exr
 NVTT_LIB_DEPENDS=	libnvtt.so:graphics/nvidia-texture-tools
 NVTT_CONFIGURE_WITH=	nvtt
 X11_USE=		GL=glut
-X11_CONFIGURE_OFF=-	-disable-opengl --disable-x11 --disable-xpm --disable-shm
+X11_CONFIGURE_OFF=	--disable-opengl --disable-x11 --disable-xpm --disable-shm
 SDL_USE=		SDL=sdl
 SDL_CONFIGURE_OFF=	--disable-sdl
 SIMD_CONFIGURE_OFF=	--disable-altivec --disable-sse --disable-sse2 --disable-sse3


More information about the svn-ports-all mailing list