diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-18 20:42:25 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-20 12:14:41 +0100 |
commit | 0bfbe358074e6ff66092272506f4dd4a9a2891e4 (patch) | |
tree | c3a19df159e657079d242cebb239d97ff03669a5 /x11-wm/jewel/files/patch-goodies-setrootimage_image.cc | |
parent | textproc/aspell: upgrade to 0.60.8.1 (diff) |
x11-wm/jewel: Mark DEPRECATED
- Update WWW
- Last upstream release was in 2004
- Set EXPIRATION_DATE 2024-01-19
- Refresh patches
Diffstat (limited to 'x11-wm/jewel/files/patch-goodies-setrootimage_image.cc')
-rw-r--r-- | x11-wm/jewel/files/patch-goodies-setrootimage_image.cc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/x11-wm/jewel/files/patch-goodies-setrootimage_image.cc b/x11-wm/jewel/files/patch-goodies-setrootimage_image.cc deleted file mode 100644 index 30f0a43fcd06..000000000000 --- a/x11-wm/jewel/files/patch-goodies-setrootimage_image.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- goodies/setrootimage/image.cc.orig 2013-09-26 17:16:12.000000000 +0200 -+++ goodies/setrootimage/image.cc 2013-09-26 17:16:27.000000000 +0200 -@@ -24,6 +24,7 @@ - #endif - - #include "image.hh" -+#include <cstdlib> - - #ifndef MIN - # define MIN(a, b) ((a < b) ? a : b) |