wok diff setserial/receipt @ rev 8033
Fixed typo in one of xorg-xcompmgr build depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Jan 20 01:26:55 2011 +0000 (2011-01-20) |
parents | dfadaaf136ef |
children | 0b4cf0d9e1b5 |
line diff
1.1 --- a/setserial/receipt Sat Nov 08 13:37:28 2008 +0000 1.2 +++ b/setserial/receipt Thu Jan 20 01:26:55 2011 +0000 1.3 @@ -14,6 +14,11 @@ 1.4 { 1.5 cd $src 1.6 mkdir -p _pkg/usr/bin 1.7 + 1.8 + # http://bugs.gentoo.org/309883 1.9 + # & remove warnings 1.10 + patch -p1 < ../stuff/setserial-2.17.u || exit 1 1.11 + 1.12 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.13 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.14 make $PACKAGE &&