<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- src/Makefile.am.orig	2018-08-11 09:51:33.000000000 -0700
+++ src/Makefile.am	2018-08-22 22:35:35.000000000 -0700
@@ -24,7 +24,8 @@
 
 bin_PROGRAMS =
 check_PROGRAMS =
-noinst_PROGRAMS = sstest
+# disable building of broken sstest which is not installed anyway
+# noinst_PROGRAMS = sstest
 
 if WITH_GTK
   bin_PROGRAMS += gnumeric
</pre></body></html>