From c6e0481599d30efe47abc0f8822764c48bbdb536 Mon Sep 17 00:00:00 2001 From: rakuco Date: Fri, 6 Sep 2013 23:31:30 +0000 Subject: Add patch to fix the build on 10-CURRENT. PR: ports/181849 Submitted by: Rafael Ostertag (maintainer) --- security/yapet/files/patch-yapet-cfgfile.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 security/yapet/files/patch-yapet-cfgfile.h diff --git a/security/yapet/files/patch-yapet-cfgfile.h b/security/yapet/files/patch-yapet-cfgfile.h new file mode 100644 index 0000000..c79adb4 --- /dev/null +++ b/security/yapet/files/patch-yapet-cfgfile.h @@ -0,0 +1,13 @@ +--- yapet/cfgfile.h.orig 2013-09-05 20:47:04.000000000 +0200 ++++ yapet/cfgfile.h 2013-09-05 20:47:46.000000000 +0200 +@@ -35,6 +35,10 @@ + # include + #endif + ++#ifdef HAVE_SSTREAM ++# include ++#endif ++ + // Used for the YAPET::PWGEN::RNGENGINE type + #include "pwgen/rng.h" + -- cgit v1.1