Index: Makefile =================================================================== RCS file: /home/pcvs/ports/editors/f4l/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- Makefile 2 Oct 2007 05:50:10 -0000 1.4 +++ Makefile 21 Oct 2007 18:51:06 -0000 @@ -26,12 +26,6 @@ .include -.if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" -BROKEN= Does not compile with GCC 4.2 -.endif -.endif - do-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake Index: files/patch-src_flagStonePort_transform-cxx-bsd_transform_FSDefineSound.h Sun Oct 21 17:39:52 2007 @@ -0,0 +1,10 @@ +Index: src/flagStonePort/transform-cxx-bsd/transform/FSDefineSound.h +@@ -137,7 +137,7 @@ + @param bytes the sound data. + @param length the number of bytes in the sound data. + */ +- FSDefineSound::FSDefineSound(int anIdentifier, int encoding, int rate, int channels, int sampleSize, int count, byte* bytes, size_t length); ++ FSDefineSound(int anIdentifier, int encoding, int rate, int channels, int sampleSize, int count, byte* bytes, size_t length); + + FSDefineSound(const FSDefineSound& rhs); +