summaryrefslogtreecommitdiff
path: root/community/gnustep-gui/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnustep-gui/PKGBUILD')
-rw-r--r--community/gnustep-gui/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/gnustep-gui/PKGBUILD b/community/gnustep-gui/PKGBUILD
index dc648ba02..6fcde216c 100644
--- a/community/gnustep-gui/PKGBUILD
+++ b/community/gnustep-gui/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 71962 2012-06-04 07:59:00Z spupykin $
+# $Id: PKGBUILD 90041 2013-05-06 19:37:36Z foutrelis $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Sebastian Sareyko <public@nooms.de>
pkgname=gnustep-gui
pkgver=0.22.0
-pkgrel=3
+pkgrel=4
pkgdesc="The GNUstep GUI class library"
arch=('i686' 'x86_64')
url="http://www.gnustep.org/"
@@ -23,6 +23,7 @@ build() {
. /etc/profile.d/GNUstep.sh
./configure --prefix=/usr --sysconfdir=/etc/GNUstep
sed -i 's|#include "GNUstepBase/preface.h"|//#include "GNUstepBase/preface.h" |' Source/GSGuiPrivate.h
+ sed -i 's|png_sizeof|sizeof|g' Source/NSBitmapImageRep+PNG.m
make
}