View | Details | Raw Unified | Return to bug 254295
Collapse All | Expand All

(-)files/patch-src_VBox_RDP_client-1.8.4_Makefile.kmk (+13 lines)
Line 0 Link Here
1
--- src/VBox/RDP/client-1.8.4/Makefile.kmk.orig	2021-01-07 15:41:47 UTC
2
+++ src/VBox/RDP/client-1.8.4/Makefile.kmk
3
@@ -117,8 +117,8 @@ rdesktop-vrdp_SOURCES.solaris = \
4
 rdesktop-vrdp_SOURCES.freebsd = \
5
 	rdpsnd_oss.c
6
 rdesktop-vrdp_LIBPATH = \
7
-	/usr/lib \
8
-	$(VBOX_LIBPATH_X11)
9
+	$(VBOX_LIBPATH_X11) \
10
+	/usr/lib
11
 rdesktop-vrdp_LIBS = \
12
 	X11 \
13
 	$(LIB_RUNTIME)

Return to bug 254295