pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/kirigami2/patches
Module Name: pkgsrc
Committed By: markd
Date: Thu Sep 29 19:46:40 UTC 2022
Modified Files:
pkgsrc/x11/kirigami2/patches: patch-src_imagecolors.cpp
Log Message:
kirigami2: and the modified patch to go along with previous
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
pkgsrc/x11/kirigami2/patches/patch-src_imagecolors.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/kirigami2/patches/patch-src_imagecolors.cpp
diff -u pkgsrc/x11/kirigami2/patches/patch-src_imagecolors.cpp:1.4 pkgsrc/x11/kirigami2/patches/patch-src_imagecolors.cpp:1.5
--- pkgsrc/x11/kirigami2/patches/patch-src_imagecolors.cpp:1.4 Mon Apr 25 17:58:29 2022
+++ pkgsrc/x11/kirigami2/patches/patch-src_imagecolors.cpp Thu Sep 29 19:46:40 2022
@@ -1,12 +1,12 @@
-$NetBSD: patch-src_imagecolors.cpp,v 1.4 2022/04/25 17:58:29 tnn Exp $
+$NetBSD: patch-src_imagecolors.cpp,v 1.5 2022/09/29 19:46:40 markd Exp $
Explicitly use std::pow.
---- src/imagecolors.cpp.orig 2022-04-02 10:23:09.000000000 +0000
+--- src/imagecolors.cpp.orig 2022-09-05 12:09:26.000000000 +0000
+++ src/imagecolors.cpp
-@@ -26,6 +26,8 @@
- #include "loggingcategory.h"
+@@ -27,6 +27,8 @@
#include <cmath>
+ #include <vector>
+using std::pow;
+
Home |
Main Index |
Thread Index |
Old Index