https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232969

Alexandros Perdikomatis <alexandrosperdikoma...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexandrosperdikomatis@gmai
                   |                            |l.com

--- Comment #25 from Alexandros Perdikomatis <alexandrosperdikoma...@gmail.com> 
---
in the file: 
work/VirtualBox-5.2.26/src/VBox/RDP/client-1.8.3/Makefile.kmk 

I did't remove the `/usr/lib' string,
I replaced it with /usr/local/lib 

where:
...
rdesktop-vrdp_LIBPATH = \ 
/usr/lib \ 
... 
comes like:
...
rdesktop-vrdp_LIBPATH = \ 
/usr/local/lib \ 
... 

and build finished fine.

thanks for your comments, they really helped me out.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"

Reply via email to