freebsd-ports/devel/alleyoop/files/patch-configure
2005-06-18 19:58:28 +00:00

14 lines
328 B
Text

--- 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;
}