diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2002-09-30 03:53:22 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2002-09-30 03:53:22 +0000 |
commit | 92cae17ba679f61d072b7c53433f68e8c1088bbf (patch) | |
tree | fa81f0a792c1f8a1bbcad5eab790fb0b945822c2 /sys-apps/fakeroot/files/fakeroot-gcc3-gentoo.patch | |
parent | Tightened the gimp dependancy to =gimp-1.2* (diff) | |
download | gentoo-2-92cae17ba679f61d072b7c53433f68e8c1088bbf.tar.gz gentoo-2-92cae17ba679f61d072b7c53433f68e8c1088bbf.tar.bz2 gentoo-2-92cae17ba679f61d072b7c53433f68e8c1088bbf.zip |
resolves bug 8538
Diffstat (limited to 'sys-apps/fakeroot/files/fakeroot-gcc3-gentoo.patch')
-rw-r--r-- | sys-apps/fakeroot/files/fakeroot-gcc3-gentoo.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sys-apps/fakeroot/files/fakeroot-gcc3-gentoo.patch b/sys-apps/fakeroot/files/fakeroot-gcc3-gentoo.patch new file mode 100644 index 000000000000..75933186daf5 --- /dev/null +++ b/sys-apps/fakeroot/files/fakeroot-gcc3-gentoo.patch @@ -0,0 +1,15 @@ +diff -ru fakeroot-0.4.4.orig/faked.cc fakeroot-0.4.4/faked.cc +--- fakeroot-0.4.4.orig/faked.cc 1999-11-13 13:52:38.000000000 -0600 ++++ fakeroot-0.4.4/faked.cc 2002-09-29 22:44:13.000000000 -0500 +@@ -85,9 +85,10 @@ + #include <string.h> + #include <set> + #include <string.h> +-#include <iostream.h> ++#include <iostream> + #include <signal.h> + ++using namespace std; + + #if HAVE_SEMUN_DEF == 0 + union semun { |