logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/etc_portage.git

elfutils-0.170-r1_configure_clang_gnu99.patch (364B)


  1. diff --git a/configure.old b/configure
  2. index 14340f5..980495a 100755
  3. --- a/configure.old
  4. +++ b/configure
  5. @@ -4960,11 +4960,6 @@ double bar (double a, double b)
  6. double square (double z) { return z * z; }
  7. return square (a) + square (b);
  8. }
  9. -
  10. -void baz (int n)
  11. -{
  12. - struct S { int x[n]; };
  13. -}
  14. _ACEOF
  15. if ac_fn_c_try_compile "$LINENO"; then :
  16. ac_cv_c99=yes