# Hack eval "$(declare -f build | sed 's@./configure@./configure --with-search-path=/usr/lib/ruby/${pkgver:0:3}.0/x86-linux@')" # patch architecture in helper shared libs if [ "${CARCH}" = "pentium4" -o "${CARCH}" = "i686" ]; then eval "$( declare -f package_ruby | \ sed ' s|x86_64-linux|i686-linux|g ' )" fi if [ "${CARCH}" = "i486" ]; then eval "$( declare -f package_ruby | \ sed ' s|x86_64-linux|i486-linux|g ' )" fi # Should be fixed next version if [[ $pkgver == "3.2.4" ]]; then source+=(055613fd868a8c94e43893f8c58a00cdd2a81f6d.patch) unset sha512sums b2sums+=(SKIP) eval "$(declare -f prepare | sed 's@patch @patch -p1 -i ../055613fd868a8c94e43893f8c58a00cdd2a81f6d.patch; patch @')" fi