summaryrefslogtreecommitdiffstats
path: root/wxgtk/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'wxgtk/Pkgfile')
-rwxr-xr-xwxgtk/Pkgfile20
1 files changed, 4 insertions, 16 deletions
diff --git a/wxgtk/Pkgfile b/wxgtk/Pkgfile
index 72259bb23..b3a1b4d21 100755
--- a/wxgtk/Pkgfile
+++ b/wxgtk/Pkgfile
@@ -6,28 +6,17 @@
# Run on: gtk,mesa3d
name=wxgtk
-version=2.8.10
+version=2.8.12
release=1
-source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${version}.tar.bz2 \
- overflow.patch glib-2.21.patch)
-
+source=(http://downloads.sourceforge.net/wxwindows/wxGTK-${version}.tar.bz2)
build() {
- export LDFLAGS="$LDFLAGS -L/usr/X11R6/lib"
cd wxGTK-$version
-
- patch -p4 < ../overflow.patch
- patch -Np1 -i ../glib-2.21.patch
-
- ./configure --prefix=/usr\
+ ./configure --prefix=/usr\
--with-gtk=2 \
- --libdir=/usr/lib \
--with-opengl \
--enable-unicode \
- --without-gnomeprint \
- --disable-optimize \
- --mandir=/usr/share/man\
- --infodir=/usr/share/info
+ --without-gnomeprint
make
make DESTDIR=$PKG install
cd contrib
@@ -35,4 +24,3 @@ build() {
make prefix=$PKG/usr install
ln -sf /usr/lib/wx/config/gtk2-unicode-release-2.8 $PKG/usr/bin/wx-config
}
-