git: 8098887d0c2d - main - science/orthanc: add missing file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 16 Feb 2025 21:04:16 UTC
The branch main has been updated by pi:
URL: https://cgit.FreeBSD.org/ports/commit/?id=8098887d0c2d76b93b21ba0827fac96bb33a9667
commit 8098887d0c2d76b93b21ba0827fac96bb33a9667
Author: Matthew D. Fuller <fullermd@over-yonder.net>
AuthorDate: 2025-02-16 21:03:44 +0000
Commit: Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2025-02-16 21:03:44 +0000
science/orthanc: add missing file
PR: 284125
---
.../patch-OrthancServer_Sources_OrthancInitialization.cpp | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/science/orthanc/files/patch-OrthancServer_Sources_OrthancInitialization.cpp b/science/orthanc/files/patch-OrthancServer_Sources_OrthancInitialization.cpp
new file mode 100644
index 000000000000..f02fa9e873ac
--- /dev/null
+++ b/science/orthanc/files/patch-OrthancServer_Sources_OrthancInitialization.cpp
@@ -0,0 +1,10 @@
+--- OrthancServer/Sources/OrthancInitialization.cpp.orig 2025-02-09 22:16:55 UTC
++++ OrthancServer/Sources/OrthancInitialization.cpp
+@@ -60,6 +60,7 @@
+ # define __FILE__ __ORTHANC_FILE__
+ # endif
+ # include <google/protobuf/any.h>
++# include <google/protobuf/stubs/common.h>
+ #endif
+
+