Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=42f829f094ba13b22101edd87abded7b6bfbf372
commit 42f829f094ba13b22101edd87abded7b6bfbf372 Author: crazy <[EMAIL PROTECTED]> Date: Tue Feb 12 23:03:28 2008 +0100 pygame-1.7.1release-3-x86_64 * added x86_64 to archs * also while at it relbump it to * fix strict-aliasing bug on i686 as well diff --git a/source/xlib-extra/pygame/FrugalBuild b/source/xlib-extra/pygame/FrugalBuild index 051743e..d5057bc 100644 --- a/source/xlib-extra/pygame/FrugalBuild +++ b/source/xlib-extra/pygame/FrugalBuild @@ -4,14 +4,15 @@ pkgname=pygame pkgver=1.7.1release -pkgrel=2 +pkgrel=3 pkgdesc="Pygame is a set of Python modules designed for writing games." url="http://www.pygame.org/" depends=('python' 'sdl' 'sdlimage' 'sdl_mixer' 'sdl_ttf' 'smpeg' 'python-numeric') groups=('xlib-extra') -archs=('i686') +archs=('i686' 'x86_64') up2date="lynx -dump http://pygame.org/download.shtml | grep -m1 tar.gz | sed 's/.*e-\(.*\).t.*/\1/'" source=(http://pygame.org/ftp/${pkgname}-${pkgver}.tar.gz) sha1sums=('cf6940e3ec4f48930ef8e4600c6decfa13ebbbea') +export CFLAGS="$CFLAGS -fno-strict-aliasing" # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
