diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-10-27 02:23:26 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-10-27 02:23:26 +0000 |
commit | 5b798c11c4a89249448cb96d2aaca9e9534c1771 (patch) | |
tree | f4a4fb2fa74a66f163affa4b12b0a41e4344723c /cad/gnucap/files/patch-lib_c__attach.cc | |
parent | www/py-django-allauth: Update to 0.38.0 (diff) |
cad/gnucap: Update to 2013-04-23
PR: 232464
Submitted by: Nathan <ndowens@yahoo.com>
Diffstat (limited to '')
-rw-r--r-- | cad/gnucap/files/patch-lib_c__attach.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/gnucap/files/patch-lib_c__attach.cc b/cad/gnucap/files/patch-lib_c__attach.cc new file mode 100644 index 000000000000..f0ca7f06e091 --- /dev/null +++ b/cad/gnucap/files/patch-lib_c__attach.cc @@ -0,0 +1,11 @@ +--- lib/c_attach.cc.orig 2018-10-19 21:02:54 UTC ++++ lib/c_attach.cc +@@ -27,7 +27,7 @@ + /*--------------------------------------------------------------------------*/ + namespace { + /*--------------------------------------------------------------------------*/ +-std::map<const std::string, void*> attach_list; ++std::map<std::string, void*> attach_list; + /*--------------------------------------------------------------------------*/ + class CMD_ATTACH : public CMD { + public: |