View | Details | Raw Unified | Return to bug 201132 | Differences between
and this patch

Collapse All | Expand All

(-)emulators/virtualbox-ose/files/extrapatch-src-VBox-Additions-x11-VBoxClient-Makefile.kmk (-3 / +4 lines)
Lines 1-11 Link Here
1
--- src/VBox/Additions/x11/VBoxClient/Makefile.kmk.orig	2013-11-29 14:20:43.000000000 -0500
1
--- src/VBox/Additions/x11/VBoxClient/Makefile.kmk.orig	2015-07-10 14:27:59.000000000 +0000
2
+++ src/VBox/Additions/x11/VBoxClient/Makefile.kmk	2013-12-16 14:03:08.000000000 -0500
2
+++ src/VBox/Additions/x11/VBoxClient/Makefile.kmk	2015-10-15 17:07:28.320295000 +0000
3
@@ -50,7 +50,7 @@
3
@@ -50,7 +50,8 @@
4
 #	Xtst
4
 #	Xtst
5
 # These are static replacements for gcc-specific parts of libstdc++
5
 # These are static replacements for gcc-specific parts of libstdc++
6
 VBoxClient_LIBS += \
6
 VBoxClient_LIBS += \
7
-	supc++ \
7
-	supc++ \
8
+	cxxrt \
8
+	cxxrt \
9
+	c++ \
9
 	gcc_eh
10
 	gcc_eh
10
 ifdef VBOX_X11_SEAMLESS_GUEST
11
 ifdef VBOX_X11_SEAMLESS_GUEST
11
  VBoxClient_DEFS += SEAMLESS_GUEST DYNAMIC_RESIZE
12
  VBoxClient_DEFS += SEAMLESS_GUEST DYNAMIC_RESIZE

Return to bug 201132