aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/virtualbox-ose
diff options
context:
space:
mode:
authordecke <decke@FreeBSD.org>2011-01-31 18:55:22 +0800
committerdecke <decke@FreeBSD.org>2011-01-31 18:55:22 +0800
commit8ac034240d3330c29cb1b83b2219bc87a2fc493a (patch)
treedbd0901a7518eb85419121f7265bd89ed9b3693e /emulators/virtualbox-ose
parent41f9a6ca11fc9abb28c9b2cd8603b1d0edbfc990 (diff)
downloadfreebsd-ports-gnome-8ac034240d3330c29cb1b83b2219bc87a2fc493a.tar.gz
freebsd-ports-gnome-8ac034240d3330c29cb1b83b2219bc87a2fc493a.tar.zst
freebsd-ports-gnome-8ac034240d3330c29cb1b83b2219bc87a2fc493a.zip
- Fix build when compiling remotely and DISPLAY is set
PR: ports/153557 Submitted by: Julian Stacey <jhs at berklix dot com>, Anonymous <swell dot k at gmail dot com> Feature safe: yes
Diffstat (limited to 'emulators/virtualbox-ose')
-rw-r--r--emulators/virtualbox-ose/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile
index f23a17289683..688804e6dd7b 100644
--- a/emulators/virtualbox-ose/Makefile
+++ b/emulators/virtualbox-ose/Makefile
@@ -43,7 +43,7 @@ PYDISTUTILS_PKGVERSION= 1.0
PYDISTUTILS_NOEGGINFO= yes
HAS_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-gcc="${CC}" --with-g++="${CXX}"
+CONFIGURE_ARGS+=--with-gcc="${CC}" --with-g++="${CXX}" --passive-mesa
USE_LDCONFIG= ${PREFIX}/lib/virtualbox
CONFLICTS= bcc-[0-9]* virtualbox-ose-devel-3* virtualbox-ose-additions-3* virtualbox-ose-additions-devel-3*