diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-10-06 19:51:19 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-10-06 19:51:19 +0000 |
commit | 0f3528e19a95717b8e308ee0bd6816dea54955b4 (patch) | |
tree | f192247f7d7c703f0af8999e97e5f77211415e23 /editors/mg/files/extra-patch-def.h | |
parent | security/openssl: Fix ldconfig issue (diff) |
- Update to 20160912 snapshot
- Remove GNUmakefile patch, port doesn't use gmake
- Replace patches by another, when reallocarray(3) is missing
- Pass maintainership to submitter
- Add LICENSE
- Update pkg-descr
PR: 212634
Submitted by: Tobias Kortkamp
Approved by: <darcsis@gmail.com> (previous maintainer, timeout > 3 weeks)
Diffstat (limited to 'editors/mg/files/extra-patch-def.h')
-rw-r--r-- | editors/mg/files/extra-patch-def.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/mg/files/extra-patch-def.h b/editors/mg/files/extra-patch-def.h new file mode 100644 index 000000000000..d22292c786f1 --- /dev/null +++ b/editors/mg/files/extra-patch-def.h @@ -0,0 +1,11 @@ +--- def.h.orig 2016-09-01 15:30:59 UTC ++++ def.h +@@ -328,6 +328,8 @@ struct undo_rec { + * Prototypes. + */ + ++void *reallocarray(void*, size_t, size_t); ++ + /* tty.c X */ + void ttinit(void); + void ttreinit(void); |