mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
parent
e960d7b680
commit
f990816672
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71636
2 changed files with 13 additions and 7 deletions
|
@ -27,13 +27,7 @@ MANN= midiconf.n midievnt.n midifree.n midiget.n midigrep.n \
|
|||
midiwrit.n midivers.n midimove.n midicopy.n mididel.n \
|
||||
miditrck.n mididev.n miditime.n midifeat.n
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500035
|
||||
BROKEN= "Does not compile on 5.0"
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE} | ${SED} s#/usr/local#${PREFIX}#g
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
12
audio/tclmidi/files/patch-ac
Normal file
12
audio/tclmidi/files/patch-ac
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- smf/SMFTrack.cxx.orig Wed Dec 11 04:11:04 2002
|
||||
+++ smf/SMFTrack.cxx Wed Dec 11 04:11:22 2002
|
||||
@@ -355,7 +355,8 @@
|
||||
ostream &
|
||||
operator<<(ostream &os, const SMFTrack &t)
|
||||
{
|
||||
- long i, prev_flags;
|
||||
+ std::_Ios_Fmtflags prev_flags;
|
||||
+ long i;
|
||||
int prev_width;
|
||||
unsigned char *ptr;
|
||||
|
Loading…
Add table
Reference in a new issue