aboutsummaryrefslogtreecommitdiff
path: root/security/yapet
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-09-06 23:31:30 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-09-06 23:31:30 +0000
commit3925db5d7f93a6fcc3acbcfa93cd4218bb924009 (patch)
tree70dbca93843c38e6f17e4f69ae258ea1d18d5351 /security/yapet
parentf3b4f89ded6cc9ec06c6c57dc7acd895665330a6 (diff)
downloadports-3925db5d7f93a6fcc3acbcfa93cd4218bb924009.tar.gz
ports-3925db5d7f93a6fcc3acbcfa93cd4218bb924009.zip
Add patch to fix the build on 10-CURRENT.
PR: ports/181849 Submitted by: Rafael Ostertag <rafi@guengel.ch> (maintainer)
Notes
Notes: svn path=/head/; revision=326564
Diffstat (limited to 'security/yapet')
-rw-r--r--security/yapet/files/patch-yapet-cfgfile.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/yapet/files/patch-yapet-cfgfile.h b/security/yapet/files/patch-yapet-cfgfile.h
new file mode 100644
index 000000000000..c79adb440dae
--- /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 <string>
+ #endif
+
++#ifdef HAVE_SSTREAM
++# include <sstream>
++#endif
++
+ // Used for the YAPET::PWGEN::RNGENGINE type
+ #include "pwgen/rng.h"
+