aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2020-12-30 17:48:00 +0000
committerAisha Tammy <gentoo@aisha.cc>2020-12-30 17:48:00 +0000
commit5e1bce674bb1ec350ca0459dd07a92d100a71234 (patch)
tree0b4e934066dc3d0128018f5aff3090af21335bb6 /app-forensics/vine/files/vine-1.0-binutils.patch
parentprofiles/package.mask: drop mask on app-doc/scalapack-docs (diff)
downloadsci-5e1bce674bb1ec350ca0459dd07a92d100a71234.tar.gz
sci-5e1bce674bb1ec350ca0459dd07a92d100a71234.tar.bz2
sci-5e1bce674bb1ec350ca0459dd07a92d100a71234.zip
app-forensics/vine: drop dead package
does not build, reverse dependency gmetadom is not available Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
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"