diff options
author | rakuco <rakuco@FreeBSD.org> | 2013-09-06 23:31:30 +0000 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2013-09-06 23:31:30 +0000 |
commit | c6e0481599d30efe47abc0f8822764c48bbdb536 (patch) | |
tree | 70dbca93843c38e6f17e4f69ae258ea1d18d5351 | |
parent | 684df202b465092d006b2d39bd79318fa17382a5 (diff) | |
download | FreeBSD-ports-c6e0481599d30efe47abc0f8822764c48bbdb536.zip FreeBSD-ports-c6e0481599d30efe47abc0f8822764c48bbdb536.tar.gz |
Add patch to fix the build on 10-CURRENT.
PR: ports/181849
Submitted by: Rafael Ostertag <rafi@guengel.ch> (maintainer)
-rw-r--r-- | security/yapet/files/patch-yapet-cfgfile.h | 13 |
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 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 <string> + #endif + ++#ifdef HAVE_SSTREAM ++# include <sstream> ++#endif ++ + // Used for the YAPET::PWGEN::RNGENGINE type + #include "pwgen/rng.h" + |