diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-25 07:54:08 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-25 07:54:08 +0000 |
commit | 19015e7c2fe2243760770c3fd6b493697f4075a2 (patch) | |
tree | f4da730f801e112d5be2330ed26cc5a8593af6e3 /devel/ossp-ex/files/patch-ex.h | |
parent | Add SNMP_Session.pm to RUN_DEPENDS. (diff) |
- Fix compile error on 4-stable
- Fix compiler warning message
PR: ports/64682
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r-- | devel/ossp-ex/files/patch-ex.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/ossp-ex/files/patch-ex.h b/devel/ossp-ex/files/patch-ex.h new file mode 100644 index 000000000000..e0c6bf2fc7b9 --- /dev/null +++ b/devel/ossp-ex/files/patch-ex.h @@ -0,0 +1,14 @@ +--- ex.h.orig Wed Mar 24 18:13:57 2004 ++++ ex.h Wed Mar 24 18:14:09 2004 +@@ -86,9 +86,9 @@ + void *ex_object; + void *ex_value; + /* throw point */ +- char *ex_file; ++ const char *ex_file; + int ex_line; +- char *ex_func; ++ const char *ex_func; + } ex_t; + + /* declare the context type (private) */ |