main/libxpm: build fix on eglibc

This commit is contained in:
Carlo Landmeter 2013-01-04 19:47:50 +01:00
parent 2b45969273
commit a35f333c35

View File

@ -9,6 +9,7 @@ license="custom:BELL"
subpackages="$pkgname-dev $pkgname-doc"
depends=
makedepends="pkgconfig libxt-dev libxext-dev libx11-dev util-linux-dev"
[ "$ALPINE_LIBC" = "eglibc" ] && makedepends="$makedepends gettext"
source="http://xorg.freedesktop.org/releases/individual/lib/libXpm-$pkgver.tar.bz2"
depends_dev="libx11-dev"