diff options
author | 2005-06-02 11:46:53 +0000 | |
---|---|---|
committer | 2005-06-02 11:46:53 +0000 | |
commit | b17744d51611811679fc55aea2186c986642b289 (patch) | |
tree | ae7b09609a6de0057ca766d3ead133bc97ae9e6d /dev-util/ltrace/files | |
parent | Correct dependency on wireless-tools for bug #94719. (diff) | |
download | gentoo-2-b17744d51611811679fc55aea2186c986642b289.tar.gz gentoo-2-b17744d51611811679fc55aea2186c986642b289.tar.bz2 gentoo-2-b17744d51611811679fc55aea2186c986642b289.zip |
Added patch so 0.3.31 will build with gcc-4.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-util/ltrace/files')
-rw-r--r-- | dev-util/ltrace/files/ltrace-0.3.31-gcc4.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/ltrace/files/ltrace-0.3.31-gcc4.patch b/dev-util/ltrace/files/ltrace-0.3.31-gcc4.patch new file mode 100644 index 000000000000..f3d4a7c24a27 --- /dev/null +++ b/dev-util/ltrace/files/ltrace-0.3.31-gcc4.patch @@ -0,0 +1,11 @@ +diff --exclude='*~' --exclude='.*' -I '$Id:' -urN ltrace-0.3.31.orig/elf.h ltrace-0.3.31/elf.h +--- ltrace-0.3.31.orig/elf.h 2005-06-02 00:16:39.000000000 -0400 ++++ ltrace-0.3.31/elf.h 2005-06-02 00:16:46.000000000 -0400 +@@ -21,7 +21,6 @@ + + extern int library_num; + extern char *library[MAX_LIBRARY]; +-extern struct ltelf library_lte[MAX_LIBRARY]; + + extern struct library_symbol * read_elf(const char *); + |