mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
imagemagick, disable static libraries (#7649)
This commit is contained in:
@@ -8,7 +8,7 @@ draw text, lines, polygons, ellipses and Bézier curves."
|
||||
HOMEPAGE="https://www.imagemagick.org/"
|
||||
COPYRIGHT="1999-2017 ImageMagick Studio LLC"
|
||||
LICENSE="IMAGEMAGICK"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
imageMagickVersion="${portVersion%.*}-${portVersion##*.}"
|
||||
SOURCE_URI="https://www.imagemagick.org/download/releases/ImageMagick-$imageMagickVersion.tar.xz
|
||||
https://mirror.sobukus.de/files/src/imagemagick/ImageMagick-$imageMagickVersion.tar.xz"
|
||||
@@ -138,7 +138,10 @@ BUILD()
|
||||
{
|
||||
export LDFLAGS="-lnetwork"
|
||||
autoreconf -fi
|
||||
runConfigure ./configure --enable-shared --without-modules
|
||||
runConfigure ./configure \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--without-modules
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ HOMEPAGE="https://www.imagemagick.org/
|
||||
https://github.com/ImageMagick/ImageMagick/"
|
||||
COPYRIGHT="1999-2020 ImageMagick Studio LLC"
|
||||
LICENSE="IMAGEMAGICK"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
imageMagickVersion="${portVersion%.*}-${portVersion##*.}"
|
||||
SOURCE_URI="https://www.imagemagick.org/download/releases/ImageMagick-$imageMagickVersion.tar.xz
|
||||
https://mirror.sobukus.de/files/src/imagemagick/ImageMagick-$imageMagickVersion.tar.xz
|
||||
@@ -155,6 +155,7 @@ BUILD()
|
||||
autoreconf -vfi
|
||||
runConfigure ./configure \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--without-modules
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user