svn commit: r384987 - head/emulators/qemu-devel

Juergen Lock nox at FreeBSD.org
Wed Apr 29 16:28:02 UTC 2015


Author: nox
Date: Wed Apr 29 16:28:01 2015
New Revision: 384987
URL: https://svnweb.freebsd.org/changeset/ports/384987

Log:
  Fix build w/o OPENGL knob. (--disable-glx is now called --disable-opengl)
  
  Reported by:	olgeni (via private email)

Modified:
  head/emulators/qemu-devel/Makefile

Modified: head/emulators/qemu-devel/Makefile
==============================================================================
--- head/emulators/qemu-devel/Makefile	Wed Apr 29 16:25:58 2015	(r384986)
+++ head/emulators/qemu-devel/Makefile	Wed Apr 29 16:28:01 2015	(r384987)
@@ -167,7 +167,7 @@ LIB_DEPENDS+=	libcurl.so:${PORTSDIR}/ftp
 .endif
 
 .if empty(PORT_OPTIONS:MOPENGL)
-CONFIGURE_ARGS+=	--disable-glx
+CONFIGURE_ARGS+=	--disable-opengl
 .else
 USE_GL=		yes
 .endif


More information about the svn-ports-all mailing list