1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

graphics/rawstudio: Prepare for glib 2.68.3

PR:	256200
This commit is contained in:
Neel Chauhan 2021-08-02 19:45:58 -07:00
parent a0676fc963
commit c2f6f49a77

View File

@ -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 */