mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/gimp-nufraw: add patch
This commit is contained in:
parent
2f1cadbab0
commit
15c3245167
1 changed files with 20 additions and 0 deletions
20
community/gimp-nufraw/nufraw-glib-2.70.patch
Normal file
20
community/gimp-nufraw/nufraw-glib-2.70.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
diff -ru nufraw-0.43-3.orig/uf_glib.h nufraw-0.43-3/uf_glib.h
|
||||
--- nufraw-0.43-3.orig/uf_glib.h 2022-02-23 09:03:44.700472919 +0100
|
||||
+++ nufraw-0.43-3/uf_glib.h 2022-02-23 09:04:50.260308805 +0100
|
||||
@@ -13,13 +13,13 @@
|
||||
#ifndef _UF_GLIB_H
|
||||
#define _UF_GLIB_H
|
||||
|
||||
+#include <glib.h>
|
||||
+#include <glib/gstdio.h>
|
||||
+
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
-#include <glib.h>
|
||||
-#include <glib/gstdio.h>
|
||||
-
|
||||
// g_win32_locale_filename_from_utf8 is needed only on win32
|
||||
#ifdef _WIN32
|
||||
#define uf_win32_locale_filename_from_utf8(__some_string__) \
|
Loading…
Reference in a new issue