summaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2013-10-20 12:47:24 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2013-10-20 12:47:24 +0200
commit19857a299ccf482134d02249ba95982d065f1c59 (patch)
tree501825f748bd9b8641f9335d047e6839574d0a59 /main
parentd50a574f3f773ff759ccbbcac7f45d9b41d1f592 (diff)
downloadaports-19857a299ccf482134d02249ba95982d065f1c59.tar.bz2
aports-19857a299ccf482134d02249ba95982d065f1c59.tar.xz
main/imagemagick: disable PIC for x86 again
Diffstat (limited to 'main')
-rw-r--r--main/imagemagick/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/imagemagick/APKBUILD b/main/imagemagick/APKBUILD
index 07e122f52..e337d0b96 100644
--- a/main/imagemagick/APKBUILD
+++ b/main/imagemagick/APKBUILD
@@ -27,7 +27,7 @@ prepare() {
build() {
local _pic=""
- [ "$CARCH" = "x86" ] && _pic="--disable-pic"
+ [ "$CARCH" = "x86" ] && _pic="--without-pic"
cd "$srcdir/ImageMagick-${_pkgver}"