You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
13 lines
335 B
Diff
13 lines
335 B
Diff
--- 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
|