SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,31 @@
imlib_strerror is provided by Imlib2
Index: src/pixmap.c
--- src/pixmap.c.orig
+++ src/pixmap.c
@@ -171,6 +171,7 @@ image_mode_any(unsigned char mode)
}
#ifdef PIXMAP_SUPPORT
+#if 0
const char *
imlib_strerror(Imlib_Load_Error err)
{
@@ -224,6 +225,7 @@ imlib_strerror(Imlib_Load_Error err)
}
ASSERT_NOTREACHED_RVAL("");
}
+#endif
unsigned short
parse_pixmap_ops(char *str)
@@ -1916,7 +1918,8 @@ update_desktop_info(int *w, int *h)
}
if (desktop_window == None) {
libast_print_error("Unable to locate desktop window. If you are running Enlightenment, please\n"
- "restart. If not, please set your background image with Esetroot, then try again.");
+ "restart. If not, please set your background image with Esetroot, then try again.\n"
+ "Or, if you are running Enlightenment DR17, use e17setroot.");
return 0;
}
if (desktop_pixmap == None) {