From 6d28c2597bb1b2557d66affebe9bc5c2acbf3572 Mon Sep 17 00:00:00 2001 From: Juergen Lock Date: Wed, 29 Apr 2015 16:28:01 +0000 Subject: [PATCH] Fix build w/o OPENGL knob. (--disable-glx is now called --disable-opengl) Reported by: olgeni (via private email) --- emulators/qemu-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 45045a7e2f4c..9c5e969b996f 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -167,7 +167,7 @@ LIB_DEPENDS+= libcurl.so:${PORTSDIR}/ftp/curl .endif .if empty(PORT_OPTIONS:MOPENGL) -CONFIGURE_ARGS+= --disable-glx +CONFIGURE_ARGS+= --disable-opengl .else USE_GL= yes .endif