FreeBSD Bugzilla – Attachment 184529 Details for
Bug 220843
audio/wildmidi: Update to 0.4.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix undeclared error of ONLCR
wildmidi040p.diff (text/plain), 1.56 KB, created by
SimaMoto,RyōTa
on 2017-07-20 06:43:15 UTC
(
hide
)
Description:
Fix undeclared error of ONLCR
Filename:
MIME Type:
Creator:
SimaMoto,RyōTa
Created:
2017-07-20 06:43:15 UTC
Size:
1.56 KB
patch
obsolete
>Index: audio/wildmidi/Makefile >=================================================================== >--- audio/wildmidi/Makefile (revision 446182) >+++ audio/wildmidi/Makefile (working copy) >@@ -53,6 +53,11 @@ > . endif > .endif > >+# base: r318780, r319651, r319653 >+.if ${OPSYS} == FreeBSD && (${OSVERSION} >= 1200031 || (${OSVERSION} >= 1100514 && ${OSVERSION} < 1200000) || (${OSVERSION} >= 1003514 && ${OSVERSION} < 1100000)) >+EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_wm__tty.c >+.endif >+ > post-patch: > @${GREP} -L ${LOCALBASE} ${WRKSRC}/cfg/wildmidi.cfg | ${XARGS} \ > ${REINPLACE_CMD} -e "/^dir \/usr\/share\//{" \ >Index: audio/wildmidi/files/extra-patch-src_wm__tty.c >=================================================================== >--- audio/wildmidi/files/extra-patch-src_wm__tty.c (nonexistent) >+++ audio/wildmidi/files/extra-patch-src_wm__tty.c (working copy) >@@ -0,0 +1,10 @@ >+--- src/wm_tty.c.orig 2017-02-26 17:30:45 UTC >++++ src/wm_tty.c >+@@ -27,6 +27,7 @@ >+ #if !(defined(_WIN32) || defined(__DJGPP__) || defined(WILDMIDI_AMIGA) || defined(__OS2__) || defined(__EMX__)) >+ >+ #define _XOPEN_SOURCE 600 /* for ONLCR */ >++#define __BSD_VISIBLE 1 /* for ONLCR in *BSD */ >+ >+ #include <unistd.h> >+ #include <termios.h> > >Property changes on: audio/wildmidi/files/extra-patch-src_wm__tty.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
liangtai.s16
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 220843
:
184487
| 184529 |
184531
|
184532