mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
gnuplot, fix build (#5036)
This commit is contained in:
@@ -6,7 +6,7 @@ as a plotting engine by third-party applications like Octave."
|
||||
HOMEPAGE="http://www.gnuplot.info/"
|
||||
COPYRIGHT="1986-1993, 1998, 2004-2018 Thomas Williams, Colin Kelley"
|
||||
LICENSE="Gnuplot"
|
||||
REVISION="3"
|
||||
REVISION="4"
|
||||
SOURCE_URI="https://downloads.sourceforge.net/gnuplot/gnuplot-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="039db2cce62ddcfd31a6696fe576f4224b3bc3f919e66191dfe2cdb058475caa"
|
||||
|
||||
@@ -44,7 +44,7 @@ BUILD_REQUIRES="
|
||||
devel:libcairo$secondaryArchSuffix
|
||||
# devel:libcerf$secondaryArchSuffix
|
||||
devel:libgd$secondaryArchSuffix
|
||||
devel:libjpeg$secondaryArchSuffix >= 9
|
||||
devel:libjpeg$secondaryArchSuffix
|
||||
# devel:libpango_1.0$secondaryArchSuffix
|
||||
devel:libreadline$secondaryArchSuffix >= 8
|
||||
devel:libvpx$secondaryArchSuffix >= 5
|
||||
@@ -57,7 +57,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:awk
|
||||
cmd:cmp
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:gdlib_config$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user