diff options
Diffstat (limited to 'x11/xpra/files/patch-scripts_xpra')
-rw-r--r-- | x11/xpra/files/patch-scripts_xpra | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/x11/xpra/files/patch-scripts_xpra b/x11/xpra/files/patch-scripts_xpra deleted file mode 100644 index e88f98d8c02e..000000000000 --- a/x11/xpra/files/patch-scripts_xpra +++ /dev/null @@ -1,12 +0,0 @@ ---- scripts/xpra.orig 2020-05-10 17:00:50 UTC -+++ scripts/xpra -@@ -2,6 +2,9 @@ - - import sys - -+from ctypes import cdll -+cdll.LoadLibrary("%%GCC_RUNTIME%%/libgcc_s.so") -+ - from xpra.platform import init, set_default_name - set_default_name("Xpra") - init() |