summaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose-legacy/files/patch-src-VBox-Additions-x11-VBoxClient-Makefile.kmk
blob: cc5553f7736d828eeab570c085091862639f01be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: src/VBox/Additions/x11/VBoxClient/Makefile.kmk
===================================================================
--- src/VBox/Additions/x11/VBoxClient/Makefile.kmk	(revision 25472)
+++ src/VBox/Additions/x11/VBoxClient/Makefile.kmk	(revision 25473)
@@ -43,11 +43,14 @@
 	$(VBOX_LIBPATH32_X11)
 VBoxClient_LIBS.freebsd = \
 	iconv
+VBoxClient_LIBS.linux = \
+	dl
+VBoxClient_LIBS.solaris = \
+	dl
 VBoxClient_LIBS = \
 	$(VBOX_LIB_IPRT_GUEST_R3) \
 	$(VBOX_LIB_VBGL_R3) \
 	$(VBOX_LIB_IPRT_GUEST_R3) \
-	dl \
 	X11 \
 	Xt
 # These are static replacements for gcc-specific parts of libstdc++