diff options
Diffstat (limited to 'devel/alleyoop/files/patch-configure')
-rw-r--r-- | devel/alleyoop/files/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/alleyoop/files/patch-configure b/devel/alleyoop/files/patch-configure new file mode 100644 index 000000000..669541344 --- /dev/null +++ b/devel/alleyoop/files/patch-configure @@ -0,0 +1,14 @@ +--- 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; + } |