[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69652] [PATCH gnome-team 1/1] gnu: orbit2: Mark it unsupported in 3
From: |
Vivien Kraus |
Subject: |
[bug#69652] [PATCH gnome-team 1/1] gnu: orbit2: Mark it unsupported in 32-bits systems. |
Date: |
Fri, 08 Mar 2024 21:03:46 +0100 |
User-agent: |
Evolution 3.48.4 |
Le vendredi 08 mars 2024 à 20:11 +0100, Liliana Marie Prikler a écrit :
> Prefer the “disable-failing-tests” pattern, but first investigate why
> they fail. Note that this would make icecat and icedove 64-bit only
> (that is if Rust doesn't do so already).
Rust has already been introduced in both.
> > $(DEPS) CosNaming.h libname-server-2.a"))))
> > - (add-before 'configure 'ignore-deprecations
> > - (lambda _
> > - (substitute* "linc2/src/Makefile.in"
> > - (("-DG_DISABLE_DEPRECATED")
> > - "-DGLIB_DISABLE_DEPRECATION_WARNINGS")))))))
> > + (add-before 'configure 'ignore-deprecations
> > + (lambda _
> > + (substitute* "linc2/src/Makefile.in"
> > + (("-DG_DISABLE_DEPRECATED")
> > + "-DGLIB_DISABLE_DEPRECATION_WARNINGS")))))))
> What changes in this hunk?
>
It’s hard to see, but the indentation changed. Should it be ignored?