Date: Tue, 19 Apr 2016 12:09:44 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413631 - head/graphics/devil Message-ID: <201604191209.u3JC9iaA082771@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604191209.u3JC9iaA082771>