diff options
author | Ned Ludd <solar@gentoo.org> | 2004-07-05 11:04:45 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-07-05 11:04:45 +0000 |
commit | 856c19ffdf355f72c19da3cfc89578328943f6b2 (patch) | |
tree | 1b781351098824ce428813b70e2203a4cdf09f24 /sys-apps/fakeroot/files | |
parent | x86 marked stable (Manifest recommit) (diff) | |
download | gentoo-2-856c19ffdf355f72c19da3cfc89578328943f6b2.tar.gz gentoo-2-856c19ffdf355f72c19da3cfc89578328943f6b2.tar.bz2 gentoo-2-856c19ffdf355f72c19da3cfc89578328943f6b2.zip |
update ebuild to use epatch vs calling patch directly. Also added a patch that will allow fakeroot to be compiled with gcc-3.4/uclibc
Diffstat (limited to 'sys-apps/fakeroot/files')
-rw-r--r-- | sys-apps/fakeroot/files/fakeroot-0.4.4-faked.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/fakeroot/files/fakeroot-0.4.4-faked.patch b/sys-apps/fakeroot/files/fakeroot-0.4.4-faked.patch new file mode 100644 index 000000000000..36dbea0655d9 --- /dev/null +++ b/sys-apps/fakeroot/files/fakeroot-0.4.4-faked.patch @@ -0,0 +1,11 @@ +--- faked.cc.orig 2004-07-05 10:37:39.000000000 +0000 ++++ faked.cc 2004-07-05 10:37:44.000000000 +0000 +@@ -130,7 +130,7 @@ + return false; + else + return a.dev<b.dev; +-}; ++} + + set <struct fakestat, less<struct fakestat> > data; + |