svn commit: r319450 - head/emulators/qemu-devel
Juergen Lock
nox at FreeBSD.org
Thu May 30 19:35:26 UTC 2013
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
More information about the svn-ports-all
mailing list