summary refs log tree commit diff
path: root/pkgs/applications/science/math/eukleides/gs-allowpstransparency.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/science/math/eukleides/gs-allowpstransparency.patch')
-rw-r--r--pkgs/applications/science/math/eukleides/gs-allowpstransparency.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/applications/science/math/eukleides/gs-allowpstransparency.patch b/pkgs/applications/science/math/eukleides/gs-allowpstransparency.patch
new file mode 100644
index 00000000000..aa92e6cc9fa
--- /dev/null
+++ b/pkgs/applications/science/math/eukleides/gs-allowpstransparency.patch
@@ -0,0 +1,10 @@
+--- a/bash/euktopdf
++++ b/bash/euktopdf
+@@ -55,6 +55,6 @@ do
+     exit 1
+   fi
+   dvips -q -E -o $base.eps $base.dvi &&
+-  epstopdf $base.eps &&
++  epstopdf --gsopt=-dALLOWPSTRANSPARENCY $base.eps &&
+   rm -f $base.{tex,log,dvi,eps}
+ done