wok-6.x diff make/receipt @ rev 8111
Fixed pcsxr-svn to use the real tar and not busybox tar.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jan 23 15:36:07 2011 +0000 (2011-01-23) |
parents | e40bc1228896 |
children | 573bc563a455 |
line diff
1.1 --- a/make/receipt Sun Jan 09 14:32:57 2011 +0100 1.2 +++ b/make/receipt Sun Jan 23 15:36:07 2011 +0000 1.3 @@ -14,6 +14,11 @@ 1.4 { 1.5 cd $src 1.6 1.7 + # http://savannah.gnu.org/bugs/?30612 1.8 + patch -Np1 -i ../stuff/bug30612.patch 1.9 + # http://savannah.gnu.org/bugs/?30723 1.10 + patch -Np1 -i ../stuff/bug30723.patch 1.11 + 1.12 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.13 --mandir=/usr/share/man $CONFIGURE_ARGS 1.14 make