diff options
Diffstat (limited to 'x11/xpra/files/patch-scripts_xpra__launcher')
-rw-r--r-- | x11/xpra/files/patch-scripts_xpra__launcher | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/x11/xpra/files/patch-scripts_xpra__launcher b/x11/xpra/files/patch-scripts_xpra__launcher deleted file mode 100644 index 6a32b92efb71..000000000000 --- a/x11/xpra/files/patch-scripts_xpra__launcher +++ /dev/null @@ -1,14 +0,0 @@ -# preload the correct libgcc_s.so for libgfortran.so, -# which is required for numpy -# ---- scripts/xpra_launcher.orig 2017-03-17 07:24:27 UTC -+++ scripts/xpra_launcher -@@ -1,5 +1,8 @@ - #!/usr/bin/env python - -+from ctypes import cdll -+cdll.LoadLibrary("%%GCC_RUNTIME%%/libgcc_s.so") -+ - import sys - from xpra.platform import program_context - |