gnuplot: bump version (#977)

enabled x64, removed unneded -lm patch
This commit is contained in:
miqlas
2016-12-31 15:49:30 +01:00
committed by Jérôme Duval
parent 2e9ab2c459
commit 77f5264986

View File

@@ -6,11 +6,11 @@ as a plotting engine by third-party applications like Octave."
HOMEPAGE="http://www.gnuplot.info"
COPYRIGHT="1986 - 1993, 1998, 2004 Thomas Williams, Colin Kelley"
LICENSE="Gnuplot"
REVISION="5"
REVISION="1"
SOURCE_URI="http://downloads.sourceforge.net/gnuplot/gnuplot-$portVersion.tar.gz"
CHECKSUM_SHA256="7cbc557e71df581ea520123fb439dea5f073adcc9010a2885dc80d4ed28b3c47"
CHECKSUM_SHA256="25f3e0bf192e01115c580f278c3725d7a569eb848786e12b455a3fda70312053"
ARCHITECTURES="!x86_gcc2 ?x86"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
@@ -62,7 +62,6 @@ BUILD_PREREQUIRES="
PATCH()
{
sed -i 's/-lm/$(LIBS)/g' src/Makefile.am
sed -i 's/-rdynamic/-Wl,-export-dynamic/g' demo/plugin/Makefile.am
sed -i 's/isnan/std::isnan/g' src/qtterminal/qt_conversion.cpp
}