diff --git a/srcpkgs/ugdb/template b/srcpkgs/ugdb/template index 1df1c35dea3a6b..5e94115c39f06f 100644 --- a/srcpkgs/ugdb/template +++ b/srcpkgs/ugdb/template @@ -11,6 +11,14 @@ homepage="https://github.com/ftilde/ugdb" distfiles="${homepage}/archive/${version}.tar.gz" checksum=d092356534774505b6b081b82db71d1fab1fbccdb814a44d4c435bafe5efd312 +if [ $XBPS_TARGET_WORDSIZE = 32 ]; then + case $XBPS_TARGET_MACHINE in + i686*) ;; + # https://build.voidlinux.org/builders/armv7l_builder/builds/36614/steps/shell_3/logs/stdio + *) broken="requires i128 support" ;; + esac +fi + post_install() { vlicense LICENSE }