aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-forensics/vine/files/vine-1.0-binutils.patch')
-rw-r--r--app-forensics/vine/files/vine-1.0-binutils.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/app-forensics/vine/files/vine-1.0-binutils.patch b/app-forensics/vine/files/vine-1.0-binutils.patch
deleted file mode 100644
index 737f10ce2..000000000
--- a/app-forensics/vine/files/vine-1.0-binutils.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-https://groups.google.com/d/msg/bitblaze-users/Zpg7Ddzngns/o7LNnR0qqxwJ
-
-Index: libasmir/src/disasm/asm_program.cpp
-===================================================================
---- a/libasmir/src/disasm/asm_program.cpp (older version)
-+++ b/libasmir/src/disasm/asm_program.cpp (fixed version)
-@@ -7,6 +7,11 @@
- #include "debug.h"
- #include "asm_program.h"
- #include "objdump.h"
-+/* Some versions of glibc and the binutils libiberty library give
-+ conflicting prototypes for basename(). We don't use that function
-+ anyway, but to work around the problem, make libliberty.h think
-+ that it has already been declared. */
-+#define HAVE_DECL_BASENAME 1
- #include "libiberty.h"