aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libxine
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-08-31 03:55:42 +0800
committerlofi <lofi@FreeBSD.org>2004-08-31 03:55:42 +0800
commit93a0477c7c4a5dde8c7a75ee28a4de9ada0ab068 (patch)
tree3f135a2d6251b6e666ce27e76a5f18a69ed89cd7 /multimedia/libxine
parent533fd938e7d6cb30871ebc5cfae4dc60e853f425 (diff)
downloadfreebsd-ports-graphics-93a0477c7c4a5dde8c7a75ee28a4de9ada0ab068.tar.gz
freebsd-ports-graphics-93a0477c7c4a5dde8c7a75ee28a4de9ada0ab068.tar.zst
freebsd-ports-graphics-93a0477c7c4a5dde8c7a75ee28a4de9ada0ab068.zip
Update to KDE 3.3
Diffstat (limited to 'multimedia/libxine')
-rw-r--r--multimedia/libxine/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile
index 33c0d8870e7..79d3f287009 100644
--- a/multimedia/libxine/Makefile
+++ b/multimedia/libxine/Makefile
@@ -51,6 +51,12 @@ MAN1= xine-config.1
.include <bsd.port.pre.mk>
+# GCC 3.4 breaks xvid decoder
+.if ${OSVERSION} > 502124
+BUILD_DEPENDS+= gcc33:${PORTSDIR}/lang/gcc33
+CC= gcc33
+.endif
+
# PRId64, INT16_MAX macro are not defined
.if ${OSVERSION} < 500040
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-config.h.in