summaryrefslogtreecommitdiff
path: root/sci-electronics/eagle/files
diff options
context:
space:
mode:
Diffstat (limited to 'sci-electronics/eagle/files')
-rw-r--r--sci-electronics/eagle/files/eagle_wrapper_script8
1 files changed, 8 insertions, 0 deletions
diff --git a/sci-electronics/eagle/files/eagle_wrapper_script b/sci-electronics/eagle/files/eagle_wrapper_script
new file mode 100644
index 000000000000..5a20922893c6
--- /dev/null
+++ b/sci-electronics/eagle/files/eagle_wrapper_script
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# From http://www.cadsoft.de/faq.htm#17040701
+# Work around problems with the Composite X extension
+export XLIB_SKIP_ARGB_VISUALS=1
+
+# The ebuild will append the final line respecting INSTALLDIR
+# Default is /opt/eagle/bin/eagle "$@"