--- Makefile.orig 2007-11-27 00:57:35.000000000 +0100 +++ Makefile 2007-11-27 00:58:14.000000000 +0100 @@ -44,12 +44,6 @@ LRDF "LRDF support" off \ FLAC "FLAC support" on -.include - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - .if defined(WITH_JACK) LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack CPPFLAGS+= ${PTHREAD_CFLAGS} @@ -118,4 +112,4 @@ ${MKDIR} ${MAN1PREFIX}/man/ru.KOI8-R/man1 ${INSTALL_MAN} ${WRKSRC}/man/ru/hydrogen.1 ${MAN1PREFIX}/man/ru.KOI8-R/man1 -.include +.include --- /dev/null 2007-11-27 01:07:41.000000000 +0100 +++ files/patch-src-lib-xml_tinyxml.h 2007-11-27 01:06:02.000000000 +0100 @@ -0,0 +1,11 @@ +--- src/lib/xml/tinyxml.h.orig 2007-11-27 00:59:06.000000000 +0100 ++++ src/lib/xml/tinyxml.h 2007-11-27 01:05:34.000000000 +0100 +@@ -823,7 +823,7 @@ + #endif + + /// Construct. +- TiXmlDeclaration::TiXmlDeclaration( const char * _version, ++ TiXmlDeclaration( const char * _version, + const char * _encoding, + const char * _standalone ); +