aboutsummaryrefslogtreecommitdiff
path: root/x11/xpra/files/patch-scripts_xpra__launcher
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xpra/files/patch-scripts_xpra__launcher')
-rw-r--r--x11/xpra/files/patch-scripts_xpra__launcher15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/xpra/files/patch-scripts_xpra__launcher b/x11/xpra/files/patch-scripts_xpra__launcher
deleted file mode 100644
index a7244b5b7934..000000000000
--- a/x11/xpra/files/patch-scripts_xpra__launcher
+++ /dev/null
@@ -1,15 +0,0 @@
-# preload the correct libgcc_s.so for libgfortran.so,
-# which is required for numpy
-#
---- scripts/xpra_launcher.orig 2019-03-19 15:05:07 UTC
-+++ scripts/xpra_launcher
-@@ -1,6 +1,9 @@
- #!/usr/bin/env python
-
- import os
-+from ctypes import cdll
-+cdll.LoadLibrary("%%GCC_RUNTIME%%/libgcc_s.so")
-+
- import sys
- try:
- import xpra