diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2018-03-05 16:20:31 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2018-03-05 16:20:31 +0000 |
commit | ad06d47347e8b65478c629faaf909b0a69809936 (patch) | |
tree | de956847e498ab90fdd5657e46e3cf8e0f1edfc4 /editors/mp/files/patch-mpdm_mpdm__s.c | |
parent | www/yarn: Update to 1.5.1 (diff) |
Update to 5.2.13
Take maintainership
ANSI and QT5 interfaces added
Use OPTIONS_SINGLE to make it more clear that only one interface can be
selected at a time.
Port uses three configure scripts, but only the main one was receiving
CONFIGURE_ENV, so home-brew a do-configure target.
Use CONFIGURE_ENV to pass variables instead of substitutions.
Diffstat (limited to 'editors/mp/files/patch-mpdm_mpdm__s.c')
-rw-r--r-- | editors/mp/files/patch-mpdm_mpdm__s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/mp/files/patch-mpdm_mpdm__s.c b/editors/mp/files/patch-mpdm_mpdm__s.c index 10cd19b5f4b6..cd9d4631c82a 100644 --- a/editors/mp/files/patch-mpdm_mpdm__s.c +++ b/editors/mp/files/patch-mpdm_mpdm__s.c @@ -1,6 +1,6 @@ Fix build with aarch64, armv6, and armv7 ---- mpdm_s.o --- +#--- mpdm_s.o --- mpdm_s.c:1070:5: error: conflicting types for '__wcwidth' int wcwidth(wchar_t); ^ |