mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
82511685d5
Approved by: swills (maintainer)
12 lines
387 B
Python
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:
|