diff options
-rw-r--r-- | main/libxpm/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/libxpm/APKBUILD b/main/libxpm/APKBUILD index 51d6eb1808..ae409ebc4a 100644 --- a/main/libxpm/APKBUILD +++ b/main/libxpm/APKBUILD @@ -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" |