File pythia-disable-example23-req-MixMax_h.patch of Package pythia
Index: pythia8245/examples/runmains
===================================================================
--- pythia8245.orig/examples/runmains
+++ pythia8245/examples/runmains
@@ -119,10 +119,11 @@ echo Now begin main22
make main22
time ./main22 > out22
-echo
-echo Now begin main23
-make main23
-time ./main23 > out23
+# Disable because it requires non-free MixMax.h header which we delete
+#echo
+#echo Now begin main23
+#make main23
+#time ./main23 > out23
echo
echo Now begin main24