wok-6.x diff wxWidgets/receipt @ rev 4432
openssh-pam: enable pam
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 27 12:29:09 2009 +0100 (2009-10-27) |
parents | 0588160a6878 |
children | 4897058add72 |
line diff
1.1 --- a/wxWidgets/receipt Wed Sep 09 21:42:10 2009 +0200 1.2 +++ b/wxWidgets/receipt Tue Oct 27 12:29:09 2009 +0100 1.3 @@ -11,7 +11,7 @@ 1.4 xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext \ 1.5 xorg-libXfixes xorg-libXinerama xorg-libXrender" 1.6 BUILD_DEPENDS="pkg-config gtk+ gtk+-dev expat-dev zlib-dev \ 1.7 -xorg-dev xorg-xineramaproto" 1.8 +xorg-dev xorg-xineramaproto patch" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.wxwidgets.org/" 1.11 WGET_URL="$SF_MIRROR/wxwindows/$TARBALL" 1.12 @@ -20,6 +20,7 @@ 1.13 compile_rules() 1.14 { 1.15 cd $src 1.16 + patch -p 0 < ../stuff/gsockgtk.patch || exit 1 1.17 ./configure \ 1.18 --prefix=/usr \ 1.19 --enable-shared \