
pkg_skip ltrace       0.3.10    # no support for the PowerPC architecture
pkg_skip isapnptools  1.23      # no {out,in}{b,w,l} for PowerPC (?)
pkg_skip isdn4k-utils v3.1pre1  # compiler error in capi20.c
pkg_skip emacs        20.7      # segfault in './temacs -batch ...'

# GSL hotfix
#
if [ $pkg = gsl ] ; then
    if [ $ver != 0.5 ] ; then
	echo "GSL hotfix in pkg-header needs a version update!" \
		>> $root/var/adm/logs/$logpf-$pkg.err
	echo -n " [old_ver]" ; exit_now=1
    else
	patchfiles="$patchfiles $base/arch-conf/powerpc/gsl-fp.patch"
    fi
fi
