gtkd: unbreak on musl

This commit is contained in:
Rasmus Thomsen
2018-09-05 21:39:52 +02:00
committed by maxice8
parent 8a2e1ac3dd
commit 298585c17a

View File

@@ -24,10 +24,6 @@ make_install_target="install-shared-gstreamer install-headers-gstreamer
install-shared-peas install-headers-peas install-shared-vte
install-headers-vte"
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="ldc is broken" ;;
esac
do_check() {
make DC=ldc2 LDFLAGS='' test
}