Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2013 19:35:25 +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: r319450 - head/emulators/qemu-devel
Message-ID:  <201305301935.r4UJZPRc024560@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nox
Date: Thu May 30 19:35:25 2013
New Revision: 319450
URL: http://svnweb.freebsd.org/changeset/ports/319450

Log:
  - Seems --disable-opengl is now called --disable-glx. (doh!)
  - No PORTREVISION bump as its a build fix (with non-default options.)
  
  Reported by:	gjb (via irc)

Modified:
  head/emulators/qemu-devel/Makefile

Modified: head/emulators/qemu-devel/Makefile
==============================================================================
--- head/emulators/qemu-devel/Makefile	Thu May 30 19:31:47 2013	(r319449)
+++ head/emulators/qemu-devel/Makefile	Thu May 30 19:35:25 2013	(r319450)
@@ -144,7 +144,7 @@ LIB_DEPENDS+=	png15:${PORTSDIR}/graphics
 .endif
 
 .if empty(PORT_OPTIONS:MOPENGL)
-CONFIGURE_ARGS+=	--disable-opengl
+CONFIGURE_ARGS+=	--disable-glx
 .else
 USE_GL=		yes
 .endif



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