summaryrefslogtreecommitdiff
path: root/editors/f4l
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2007-10-21 20:00:25 +0000
committerJuergen Lock <nox@FreeBSD.org>2007-10-21 20:00:25 +0000
commitb034a6765a46663a42d8b91123b2d00df7a1599b (patch)
treec143cf5fd8e9cffde37d8fe9ed69bcfda37b116e /editors/f4l
parent- Add destination to skype (diff)
Fix build with GCC 4.2
Approved by: shaun (maintainer, via irc)
Notes
Notes: svn path=/head/; revision=201736
Diffstat (limited to 'editors/f4l')
-rw-r--r--editors/f4l/Makefile6
-rw-r--r--editors/f4l/files/patch-src_flagStonePort_transform-cxx-bsd_transform_FSDefineSound.h10
2 files changed, 10 insertions, 6 deletions
diff --git a/editors/f4l/Makefile b/editors/f4l/Makefile
index ae511ca4559c..f0a1807182a5 100644
--- a/editors/f4l/Makefile
+++ b/editors/f4l/Makefile
@@ -26,12 +26,6 @@ PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.pre.mk>
-.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
diff --git a/editors/f4l/files/patch-src_flagStonePort_transform-cxx-bsd_transform_FSDefineSound.h b/editors/f4l/files/patch-src_flagStonePort_transform-cxx-bsd_transform_FSDefineSound.h
new file mode 100644
index 000000000000..9fda58cc5237
--- /dev/null
+++ b/editors/f4l/files/patch-src_flagStonePort_transform-cxx-bsd_transform_FSDefineSound.h
@@ -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);
+