Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Apr 2015 16:28:02 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384987 - head/emulators/qemu-devel
Message-ID:  <201504291628.t3TGS27Q094124@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504291628.t3TGS27Q094124>