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,11 @@
--- liboil/liboildebug.c.orig Tue Jan 9 19:50:30 2007
+++ liboil/liboildebug.c Tue Jan 9 19:50:54 2007
@@ -45,7 +45,7 @@
static void oil_debug_print_valist (int level, const char *file,
const char *func, int line, const char *format, va_list args);
-static int _oil_debug_level = OIL_DEBUG_ERROR;
+static int _oil_debug_level = OIL_DEBUG_NONE;
static OilDebugPrintFunc _oil_debug_print_func = oil_debug_print_valist;