summaryrefslogtreecommitdiff
path: root/app-crypt/tinyca/files/tinyca-2.0.7.3-compositefix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/tinyca/files/tinyca-2.0.7.3-compositefix.patch')
-rw-r--r--app-crypt/tinyca/files/tinyca-2.0.7.3-compositefix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-crypt/tinyca/files/tinyca-2.0.7.3-compositefix.patch b/app-crypt/tinyca/files/tinyca-2.0.7.3-compositefix.patch
new file mode 100644
index 000000000000..01a757cc778e
--- /dev/null
+++ b/app-crypt/tinyca/files/tinyca-2.0.7.3-compositefix.patch
@@ -0,0 +1,12 @@
+--- tinyca2-0.7.2/tinyca2 2006-05-28 21:45:03.000000000 +1000
++++ tinyca2-0.7.2/tinyca2 2006-05-28 21:46:38.000000000 +1000
+@@ -87,6 +87,9 @@
+
+ umask(0077);
+
++# https://bugs.gentoo.org/show_bug.cgi?id=78576
++$ENV{XLIB_SKIP_ARGB_VISUALS}= '1';
++
+ # create main object and initialize CA
+ my $gui = GUI->new($init);
+