svn commit: r507512 - head/science/libgeodecomp/files

Tobias C. Berner tcberner at FreeBSD.org
Sun Jul 28 15:29:34 UTC 2019


Author: tcberner
Date: Sun Jul 28 15:29:33 2019
New Revision: 507512
URL: https://svnweb.freebsd.org/changeset/ports/507512

Log:
  science/libgeodecomp: fix build with cmake 3.15

Added:
  head/science/libgeodecomp/files/patch-src_examples_globalreductions_main.cpp   (contents, props changed)

Added: head/science/libgeodecomp/files/patch-src_examples_globalreductions_main.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/libgeodecomp/files/patch-src_examples_globalreductions_main.cpp	Sun Jul 28 15:29:33 2019	(r507512)
@@ -0,0 +1,8 @@
+--- src/examples/globalreductions/main.cpp.orig	2019-07-28 15:27:06 UTC
++++ src/examples/globalreductions/main.cpp
+@@ -1,4 +1,5 @@
+ #include <libgeodecomp.h>
++#include <libgeodecomp/io/serialbovwriter.h>
+ 
+ using namespace LibGeoDecomp;
+ 


More information about the svn-ports-all mailing list