From 75584cdd1406f1625faff4cd60ebaa9a83f2bec6 Mon Sep 17 00:00:00 2001 From: Arthur Gautier Date: Fri, 8 Nov 2024 20:54:40 -0800 Subject: [PATCH] pkgsLLVM.gettext: fixup clang compilation --- pkgs/development/libraries/gettext/fix-getcwd-clang.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/gettext/fix-getcwd-clang.patch b/pkgs/development/libraries/gettext/fix-getcwd-clang.patch index fb040b652681..ae253b3cd0ec 100644 --- a/pkgs/development/libraries/gettext/fix-getcwd-clang.patch +++ b/pkgs/development/libraries/gettext/fix-getcwd-clang.patch @@ -17,7 +17,7 @@ index e7cb9b962..666a624b0 100644 +++ b/gettext-runtime/intl/dcigettext.c @@ -1,5 +1,5 @@ /* Implementation of the internal dcigettext function. -- Copyright (C) 1995-2021 Free Software Foundation, Inc. +- Copyright (C) 1995-2020 Free Software Foundation, Inc. + Copyright (C) 1995-2023 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify @@ -42,7 +42,7 @@ index bb00555ee..536e8bd43 100644 +++ b/gettext-runtime/intl/gettextP.h @@ -1,5 +1,5 @@ /* Header describing internals of libintl library. -- Copyright (C) 1995-2021 Free Software Foundation, Inc. +- Copyright (C) 1995-2020 Free Software Foundation, Inc. + Copyright (C) 1995-2023 Free Software Foundation, Inc. Written by Ulrich Drepper , 1995.