Unverified Commit 4bc5c0a8 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

crystfel: fix build with gcc 15 (#503231)

parents d3e5ea41 3db95384
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -73,6 +73,9 @@ let
      in
      ''
        cp ${mesonPatch}/meson.build .

        substituteInPlace ccp4/library_utils.c \
          --replace-fail "  int putenv ();" "  int putenv (char *);"
      '';
  };
  # This is the statically-linked, pre-built binary of mosflm. Compiling it ourselves turns out to be very difficult