wok-4.x diff wine/receipt @ rev 6398

Added build_depends needed for xorg-libXss to build in clean chroot. Fixed xorg-libXss-dev to have the files need to build gnome-mplayer.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Sep 24 18:38:31 2010 +0000 (2010-09-24)
parents 711d076b277c
children 005d03360612
line diff
     1.1 --- a/wine/receipt	Sat Jul 31 00:13:44 2010 +0200
     1.2 +++ b/wine/receipt	Fri Sep 24 18:38:31 2010 +0000
     1.3 @@ -18,6 +18,9 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +
     1.8 +	patch -p1 < ../stuff/wine-1.2-cdrom.c.u || exit 1
     1.9 +
    1.10  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.11  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.12  	make &&