mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
546 B

  1. diff -dur librep-0.17/configure librep-0.17-p/configure
  2. --- librep-0.17/configure 2003-11-25 04:46:51.000000000 +0100
  3. +++ librep-0.17-p/configure 2004-11-09 16:24:40.124499080 +0100
  4. @@ -19377,11 +19377,12 @@
  5. #endif
  6. /* We use char because int might match the return type of a gcc2
  7. builtin and then its argument prototype would still apply. */
  8. -char mpz_init ();
  9. +#include <gmp.h>
  10. int
  11. main ()
  12. {
  13. -mpz_init ();
  14. + mpz_t integ;
  15. + mpz_init(integ)
  16. ;
  17. return 0;
  18. }
  19. Nur in librep-0.17-p/: configure~.
  20. Nur in librep-0.17-p/: configure.rej.