diff --git a/srcpkgs/xf86-video-mga/template b/srcpkgs/xf86-video-mga/template index 4eab93854b0..2b401f52740 100644 --- a/srcpkgs/xf86-video-mga/template +++ b/srcpkgs/xf86-video-mga/template @@ -1,7 +1,7 @@ # Template build file for 'xf86-video-mga'. pkgname=xf86-video-mga version=1.6.4 -revision=2 +revision=3 lib32disabled=yes build_style=gnu-configure hostmakedepends="automake libtool pkg-config xorg-util-macros" @@ -15,6 +15,8 @@ maintainer="Jürgen Buchmüller " distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2" checksum=48c6690b6751c76f53de64f8dbeaa9d6c62dbcfe890c768fd87167951247d44f +LDFLAGS="-Wl,-z,lazy" + pre_configure() { autoreconf -if }