Ports: Make gnuplot build fail later
This commit is contained in:
parent
430e7fb181
commit
6cf8e3c980
Notes:
sideshowbarker
2024-07-18 21:22:40 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/6cf8e3c980a Pull-request: https://github.com/SerenityOS/serenity/pull/5762
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version=5.2.8
|
|||
useconfigure=true
|
||||
# Note: gnuplot's source code is hosted on SourceForge, but using the GitHub mirror makes downloading a versioned .tar.gz easier.
|
||||
files="https://github.com/gnuplot/gnuplot/archive/${version}.tar.gz gnuplot-${version}.tar.gz"
|
||||
configopts="--prefix=${SERENITY_BUILD_DIR}/Root/usr/local --with-readline=builtin"
|
||||
configopts="--prefix=${SERENITY_BUILD_DIR}/Root/usr/local --with-readline=builtin --without-latex"
|
||||
|
||||
pre_configure() {
|
||||
run ./prepare
|
||||
|
|
Loading…
Add table
Reference in a new issue