summaryrefslogtreecommitdiff
path: root/app-crypt/tinyca/files/tinyca-2.0.7.3-compositefix.patch
blob: a074eec2025a3fa0e9c11d81230ddafc2c59ee40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- tinyca2-0.7.2/./tinyca2.orig	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);