diff options
| -rw-r--r-- | build.mk | 2 | ||||
| -rw-r--r-- | graphviz/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -13,7 +13,7 @@ arc ?= $(notdir $(url)) configure_cmd ?= ./configure -build_cmd ?= make +build_cmd ?= make -j8 install_cmd ?= sudo make install uninstall_cmd ?= sudo make uninstall diff --git a/graphviz/Makefile b/graphviz/Makefile index 5284637..ba8b073 100644 --- a/graphviz/Makefile +++ b/graphviz/Makefile @@ -5,6 +5,8 @@ configure_flags = --enable-lefty include ../build.mk # Old versions +# lefty not compiling in 3.0.0 +#url = https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/3.0.0/graphviz-3.0.0.tar.gz #url = https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/2.47.2/graphviz-2.47.2.tar.gz #url = https://gitlab.com/graphviz/graphviz/-/package_files/7097035/download #arc = graphviz-2.46.1.tar.gz |
