mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
imagemagick: bump version.
This commit is contained in:
@@ -12,7 +12,7 @@ REVISION="1"
|
|||||||
imageMagickVersion="${portVersion%.*}-${portVersion##*.}"
|
imageMagickVersion="${portVersion%.*}-${portVersion##*.}"
|
||||||
SOURCE_URI="https://www.imagemagick.org/download/releases/ImageMagick-$imageMagickVersion.tar.xz
|
SOURCE_URI="https://www.imagemagick.org/download/releases/ImageMagick-$imageMagickVersion.tar.xz
|
||||||
https://mirror.sobukus.de/files/src/imagemagick/ImageMagick-$imageMagickVersion.tar.xz"
|
https://mirror.sobukus.de/files/src/imagemagick/ImageMagick-$imageMagickVersion.tar.xz"
|
||||||
CHECKSUM_SHA256="33404592e3c11f1887dafc0ee0f5161ba89ed3d5c9198a877ac90c94edb87856"
|
CHECKSUM_SHA256="8fc268f6e1bc514b41620e0f3f6c5dd33bfc5169db679e9a5c0455c6edd11810"
|
||||||
SOURCE_DIR="ImageMagick-$imageMagickVersion"
|
SOURCE_DIR="ImageMagick-$imageMagickVersion"
|
||||||
PATCHES="imagemagick-$portVersion.patchset"
|
PATCHES="imagemagick-$portVersion.patchset"
|
||||||
|
|
||||||
@@ -114,8 +114,7 @@ GLOBAL_WRITABLE_FILES="
|
|||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
export LDFLAGS="-lnetwork"
|
export LDFLAGS="-lnetwork"
|
||||||
autoconf
|
autoreconf -fi
|
||||||
automake
|
|
||||||
runConfigure ./configure --enable-shared --without-modules
|
runConfigure ./configure --enable-shared --without-modules
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user