unbroke build on -cureent

PR:		46170
Submitted by:	kcwu@kcwu.dyndns.org
This commit is contained in:
Dirk Meyer 2002-12-14 20:30:22 +00: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

View file

@ -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 \ midiwrit.n midivers.n midimove.n midicopy.n mididel.n \
miditrck.n mididev.n miditime.n midifeat.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: post-install:
@${CAT} ${PKGMESSAGE} | ${SED} s#/usr/local#${PREFIX}#g @${CAT} ${PKGMESSAGE} | ${SED} s#/usr/local#${PREFIX}#g
.include <bsd.port.post.mk> .include <bsd.port.mk>

View 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;