Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=b1e52bae83d7777636f695dafdc5c9d379942984
commit b1e52bae83d7777636f695dafdc5c9d379942984 Author: Christian Hamar alias krix <[EMAIL PROTECTED]> Date: Mon Dec 17 13:24:00 2007 +0100 g-wrap-1.9.9-1-x86_64 * Version bump * Fsed out ALL -Werror stuff... diff --git a/source/lib-extra/g-wrap/FrugalBuild b/source/lib-extra/g-wrap/FrugalBuild index e33e0fe..c51f588 100644 --- a/source/lib-extra/g-wrap/FrugalBuild +++ b/source/lib-extra/g-wrap/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Christian Hamar alias krix <[EMAIL PROTECTED]> pkgname=g-wrap -pkgver=1.9.7 +pkgver=1.9.9 pkgrel=1 pkgdesc="A tool for exporting C libraries into Scheme interpreters" url="http://www.nongnu.org/g-wrap/" @@ -13,11 +13,22 @@ options=('scriptlet') Finclude sourceforge up2date=("lynx -dump http://download.savannah.gnu.org/releases/g-wrap/ | Flasttar") source=(http://download.savannah.gnu.org/releases/g-wrap/$pkgname-$pkgver.tar.gz \ - g-wrap-consistent.patch g-wrap-glib2.patch g-wrap-info.patch) -sha1sums=('403434170d0302f8dbce1c4f85116fa8cd0bba0d' \ - 'bdc56abb92b8c7a6518b43d09e3e1dfde9092151' \ - '46b35197d0710cf156427df4e239a890a2dd35e7' \ - '3e024ebfbf29a9b1d1064b27b6448030c4e2d9c3') -Fconfopts="$Fconfopts --with-lib-libffi=/usr" + g-wrap-consistent.patch g-wrap-info.patch) +sha1sums=('75227eae833df996702e5b475b06693decf187d7' \ + 'bdc56abb92b8c7a6518b43d09e3e1dfde9092151' \ + '3e024ebfbf29a9b1d1064b27b6448030c4e2d9c3') +Fconfopts="$Fconfopts --with-lib-libffi=/usr --disable-werror" + +build() { + Fcd + Fconf --with-lib-libffi=/usr --disable-werror + # DIE DIE DIE!!! + for werror in `find . -iname Makefile` + do + Fsed "-Werror" "" $werror + done + make || Fdie + Fmakeinstall +} # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
