aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-legacy
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2011-01-31 10:55:22 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2011-01-31 10:55:22 +0000
commit263516082f806f4f25ec422fd233f89693d27da9 (patch)
tree52f3528ef3f61f878c266643b3c39b41845a206d /emulators/virtualbox-ose-legacy
parentfa3a1a092738b73ec6923f0af00cd36add4af3eb (diff)
downloadports-263516082f806f4f25ec422fd233f89693d27da9.tar.gz
ports-263516082f806f4f25ec422fd233f89693d27da9.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
Notes
Notes: svn path=/head/; revision=268475
Diffstat (limited to 'emulators/virtualbox-ose-legacy')
-rw-r--r--emulators/virtualbox-ose-legacy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile
index f23a17289683..688804e6dd7b 100644
--- a/emulators/virtualbox-ose-legacy/Makefile
+++ b/emulators/virtualbox-ose-legacy/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*