ladybird/Ports/gnuplot
Tim Ledbetter 2512544b6b Ports/gnuplot: Explicitly specify which optional dependencies to enable
This change explicitly enables support for `libgd` and the lua
terminal in `gnuplot`, while explicitly disabling `cairo` terminals,
which don't work with our `cairo` port. Adding `libgd` as a
dependency requires us to manually link against the dependencies of
`libgd`, as this is not done automatically by the configure script.

This fixes an issue where building `gnuplot` would fail if `libgd`
was already installed.
2023-08-25 10:33:30 +02:00
..
patches Ports/gnuplot: Update to version 5.4.8 2023-08-25 10:33:30 +02:00
package.sh Ports/gnuplot: Explicitly specify which optional dependencies to enable 2023-08-25 10:33:30 +02:00