mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
35 lines
895 B
Diff
35 lines
895 B
Diff
From 8c4c80a584fe7a4c12b29b12337eaa81aae84cd7 Mon Sep 17 00:00:00 2001
|
|
From: Sergey Fedorov <vital.had@gmail.com>
|
|
Date: Sun, 17 Mar 2024 16:28:32 +0800
|
|
Subject: [PATCH] Fix compatibility with libxml2 2.12.x
|
|
|
|
---
|
|
librawstudio/rs-lens-fix.c | 1 +
|
|
profiles/write-dcp.c | 1 +
|
|
2 files changed, 2 insertions(+)
|
|
|
|
diff --git librawstudio/rs-lens-fix.c librawstudio/rs-lens-fix.c
|
|
index 25356149..b4e01878 100644
|
|
--- librawstudio/rs-lens-fix.c
|
|
+++ librawstudio/rs-lens-fix.c
|
|
@@ -18,6 +18,7 @@
|
|
*/
|
|
|
|
#include <rawstudio.h>
|
|
+#include <libxml/parser.h>
|
|
#include <libxml/encoding.h>
|
|
#include "config.h"
|
|
|
|
diff --git profiles/write-dcp.c profiles/write-dcp.c
|
|
index 356b06cf..02063ee0 100644
|
|
--- profiles/write-dcp.c
|
|
+++ profiles/write-dcp.c
|
|
@@ -19,6 +19,7 @@
|
|
|
|
#include <glib.h>
|
|
#include <tiffio.h>
|
|
+#include <libxml/parser.h>
|
|
#include <libxml/encoding.h>
|
|
|
|
#define DCPTAG_PROFILE_NAME 0xc6f8
|