summaryrefslogtreecommitdiff
path: root/x11/xpra/files/patch-scripts_xpra
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xpra/files/patch-scripts_xpra')
-rw-r--r--x11/xpra/files/patch-scripts_xpra14
1 files changed, 0 insertions, 14 deletions
diff --git a/x11/xpra/files/patch-scripts_xpra b/x11/xpra/files/patch-scripts_xpra
deleted file mode 100644
index 96a8bc755353..000000000000
--- a/x11/xpra/files/patch-scripts_xpra
+++ /dev/null
@@ -1,14 +0,0 @@
-# preload the correct libgcc_s.so for libgfortran.so,
-# which is required for numpy
-#
---- scripts/xpra.orig 2017-03-17 07:24:27 UTC
-+++ scripts/xpra
-@@ -1,5 +1,8 @@
- #!/usr/bin/env python
-
-+from ctypes import cdll
-+cdll.LoadLibrary("%%GCC_RUNTIME%%/libgcc_s.so")
-+
- from xpra.platform import init, set_default_name
- set_default_name("Xpra")
- init()