From 05c35a33de56ea54cab07b79ff85ed66623abd08 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 26 Feb 2026 10:18:56 +0100 Subject: gnu: texinfo-4: Allow incompatible pointer types not just on the Hurd. * gnu/packages/texinfo.scm (texinfo-4)[arguments]: Remove conditional. Change-Id: Ie279cb7b34a637867d97e753d60e2483d7b8069c --- gnu/packages/texinfo.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/texinfo.scm b/gnu/packages/texinfo.scm index 47d6a689e4..2116e1d2a9 100644 --- a/gnu/packages/texinfo.scm +++ b/gnu/packages/texinfo.scm @@ -209,9 +209,9 @@ is on expressing the content semantically, avoiding physical markup commands.") (invoke "make" "-C" "tools/gnulib/lib") #t))) '())))) - (if (or (target-hurd64?) (%current-target-system)) - (list #:configure-flags ''("CFLAGS=-Wno-error=incompatible-pointer-types")) - '()))))) + ;; Ignore that size_t* and int* are used interchangeably. + (list #:configure-flags + '(list "CFLAGS=-Wno-error=incompatible-pointer-types")))))) (define-public info-reader ;; The idea of this package is to have the standalone Info reader without -- cgit v1.3