From 92ecb199a1227b77a72c5735c8f226faa57d5c40 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 16 Mar 2016 13:06:23 +0100 Subject: Fix build against glibc-2.23 Some packages would fail to compile (only on 32-bit though) with: "error: 'isnan' was not declared in this scope". Affected sources: - libksysguard - kholidays - kmplot - kstars --- kde/patch/kholidays.patch | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 kde/patch/kholidays.patch (limited to 'kde/patch/kholidays.patch') diff --git a/kde/patch/kholidays.patch b/kde/patch/kholidays.patch new file mode 100644 index 0000000..aff0216 --- /dev/null +++ b/kde/patch/kholidays.patch @@ -0,0 +1,4 @@ +# Fix for "error: isnan was not declared in this scope" +# Fixed post Plasma 5.5.5. +cat $CWD/patch/kholidays/kholidays_isnan.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; } + -- cgit v1.2.3