1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/x11/xpra/files/patch-xpra_net_net__util.py
Jung-uk Kim 82511685d5 Update to 0.15.0.
Approved by:	swills (maintainer)
2015-06-10 17:13:51 +00:00

12 lines
387 B
Python

--- xpra/net/net_util.py.orig 2015-04-30 14:59:58 UTC
+++ xpra/net/net_util.py
@@ -127,7 +127,7 @@ if not sys.platform.startswith("win"):
elif sys.platform.startswith("sunos"):
library = "libsocket.so.1"
elif sys.platform.startswith("freebsd"):
- library = "/usr/lib/libc.so"
+ library = "/lib/libc.so.7"
elif sys.platform.startswith("openbsd"):
library = "libc.so"
try: