summaryrefslogtreecommitdiffstats
path: root/devel/alleyoop/files
diff options
context:
space:
mode:
Diffstat (limited to 'devel/alleyoop/files')
-rw-r--r--devel/alleyoop/files/patch-configure14
-rw-r--r--devel/alleyoop/files/patch-src::legolas.c20
2 files changed, 0 insertions, 34 deletions
diff --git a/devel/alleyoop/files/patch-configure b/devel/alleyoop/files/patch-configure
deleted file mode 100644
index 669541344..000000000
--- a/devel/alleyoop/files/patch-configure
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.orig Sat Jun 18 00:47:36 2005
-+++ configure Sat Jun 18 00:48:09 2005
-@@ -7172,11 +7172,9 @@
- #endif
- /* We use char because int might match the return type of a gcc2
- builtin and then its argument prototype would still apply. */
--char bfd_get_error ();
- int
- main ()
- {
--bfd_get_error ();
- ;
- return 0;
- }
diff --git a/devel/alleyoop/files/patch-src::legolas.c b/devel/alleyoop/files/patch-src::legolas.c
deleted file mode 100644
index c9d2a1a75..000000000
--- a/devel/alleyoop/files/patch-src::legolas.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/legolas.c.orig Sun Jan 18 16:46:00 2004
-+++ src/legolas.c Sat Jun 18 01:05:39 2005
-@@ -25,7 +25,7 @@
- #include <config.h>
- #endif
-
--#include <elf.h>
-+#include <libelf/libelf.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
-@@ -130,7 +130,7 @@
- case EM_RH32: return "TRW RH-32";
- case EM_RCE: return "Motorola RCE";
- case EM_ARM: return "ARM";
-- case EM_FAKE_ALPHA: return "Digital Alpha";
-+ case EM_ALPHA: return "Digital Alpha";
- case EM_SH: return "Hitachi SH";
- case EM_SPARCV9: return "SPARC v9 64-bit";
- case EM_TRICORE: return "Siemens Tricore";