CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/01/09 16:31:25
Modified files:
math/graphviz : Makefile
math/graphviz/pkg: PLIST-main
Added files:
math/graphviz/patches: patch-cmd_Makefile_am patch-configure_ac
patch-tests_regression_tests_Makefile_am
Removed files:
math/graphviz/patches: patch-cmd_dot_Makefile_in patch-configure
patch-tclpkg_tclstubs_Makefile_in
patch-tests_regression_tests_Makefile_in
Log message:
Disable the edgepaint tool and ipsepcola, both of which are linking with
hardcoded -lstdc++. Fixes builds on arches which don't have gcc in the
base system (aarch64 and i386) but may well also avoid some symbol
conflicts on all arches.
Patch autoconf/automake input files rather than generated files and
fix some inconsistent whitespace in port Makefile.
ok edd@.
(A proper fix would be to modify the build system to use c++ as the
linker rather than cc with hardcoded -lstdc++, as suggested in debian/TODO
from 2008).