git: c2f6f49a77c8 - main - graphics/rawstudio: Prepare for glib 2.68.3

Neel Chauhan nc at FreeBSD.org
Tue Aug 3 02:47:18 UTC 2021


The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c2f6f49a77c8ddb1f483d327c197028e57dd1810

commit c2f6f49a77c8ddb1f483d327c197028e57dd1810
Author:     Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-08-03 02:45:58 +0000
Commit:     Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-08-03 02:47:10 +0000

    graphics/rawstudio: Prepare for glib 2.68.3
    
    PR:     256200
---
 .../rawstudio/files/patch-librawstudio_rawstudio.h | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/graphics/rawstudio/files/patch-librawstudio_rawstudio.h b/graphics/rawstudio/files/patch-librawstudio_rawstudio.h
new file mode 100644
index 000000000000..5d914c4388c7
--- /dev/null
+++ b/graphics/rawstudio/files/patch-librawstudio_rawstudio.h
@@ -0,0 +1,23 @@
+--- librawstudio/rawstudio.h.orig	2021-08-03 02:36:16 UTC
++++ librawstudio/rawstudio.h
+@@ -20,10 +20,6 @@
+ #ifndef RAWSTUDIO_H
+ #define RAWSTUDIO_H
+ 
+-#ifdef  __cplusplus
+-extern "C" {
+-#endif
+-
+ #include <sys/types.h>
+ #include "rs-types.h"
+ 
+@@ -77,9 +73,5 @@ extern "C" {
+ #include "rs-color-space-selector.h"
+ 
+ #include "x86-cpu.h"
+-
+-#ifdef  __cplusplus
+-} /* extern "c" */
+-#endif
+ 
+ #endif /* RAWSTUDIO_H */


More information about the dev-commits-ports-main mailing list