summaryrefslogtreecommitdiff
path: root/emulators/virtualbox/files/patch-configure
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-06-15 18:01:41 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-06-15 18:01:41 +0000
commitafbf09cc33941f6e8015ea2a99665add0df3b03a (patch)
tree20f102f5b020555aa5c69e63988fe71abbce0db2 /emulators/virtualbox/files/patch-configure
parent8c5e953c6b4d36f7573fd16f62045dd40985342c (diff)
Notes
Diffstat (limited to 'emulators/virtualbox/files/patch-configure')
-rw-r--r--emulators/virtualbox/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/virtualbox/files/patch-configure b/emulators/virtualbox/files/patch-configure
new file mode 100644
index 000000000000..d296d38cd70e
--- /dev/null
+++ b/emulators/virtualbox/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orgi 2009-05-31 13:43:50.000000000 +0200
++++ configure 2009-05-31 13:45:47.000000000 +0200
+@@ -1698,7 +1698,7 @@
+ cat $ODIR.tmp_src.cc >> $LOG
+ echo "using the following command line:" >> $LOG
+ echo "$CXX -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.cc -I$p/include/$d $p/$b/lib$d.so" >> $LOG
+- $CXX -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.cc -I$p/include/$d $p/$b/lib$d.so >> $LOG 2>&1
++ $CXX -O -Wall -o $ODIR.tmp_out $ODIR.tmp_src.cc -I$p/include/$d $p/$b/lib$d.so -pthread >> $LOG 2>&1
+ if [ $? -eq 0 ]; then
+ found=1
+ break