--- PKGBUILD.orig 2008-10-16 00:24:16.503451587 -0700 +++ PKGBUILD 2008-10-16 00:26:34.854451477 -0700 @@ -15,7 +15,6 @@ ftp://invisible-island.net/ncurses/${pkgver}/${pkgname}-${pkgver}-coverity.patch.gz) md5sums=('b6593abe1089d6aab1551c105c9300e3' '27607b10fef869740cbcc408d86695b1') -options=(!makeflags) build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -24,6 +23,7 @@ ./configure --prefix=/usr --mandir=/usr/share/man \ --with-shared --with-normal --without-debug --without-ada \ --with-install-prefix=${pkgdir} --enable-widec + make -j1 sources make || return 1 make install @@ -58,6 +58,7 @@ ./configure --prefix=/usr \ --with-shared --with-normal --without-debug --without-ada \ --with-install-prefix=${pkgdir} + make -j1 sources make || return 1 install -Dm755 lib/libncurses.so.5.6 ${pkgdir}/usr/lib/libncurses.so.5.6