Date: Monday, June 10, 2013 @ 10:22:51 Author: bluewind Revision: 92626
upgpkg: lib32-glib2 2.36.3-2 remove skype workaround Modified: lib32-glib2/trunk/PKGBUILD ----------+ PKGBUILD | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-06-10 08:17:17 UTC (rev 92625) +++ PKGBUILD 2013-06-10 08:22:51 UTC (rev 92626) @@ -6,7 +6,7 @@ _pkgbasename=glib2 pkgname=lib32-$_pkgbasename pkgver=2.36.3 -pkgrel=1 +pkgrel=2 pkgdesc="Common C routines used by GTK+ 2.4 and other libs (32-bit)" url="http://www.gtk.org/" arch=('x86_64') @@ -22,9 +22,6 @@ export CXX="g++ -m32" export PKG_CONFIG_PATH="/usr/lib32/pkgconfig" - # workaround FS#34630 https://bugzilla.gnome.org/show_bug.cgi?id=698716 - export CFLAGS+=" -Wall" - cd "${srcdir}/glib-${pkgver}" PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib32 \ --enable-static --enable-shared --with-pcre=system --disable-fam
