diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-30 19:55:42 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-08-30 19:55:42 +0000 |
commit | b4c31bafd8aec4f42f23f6c461f48ccbe33d3bc3 (patch) | |
tree | d80952c00b17a9ff93ed05d9a2a267b16fe30b8b /multimedia/libxine | |
parent | This patch is no longer needed. (diff) |
Update to KDE 3.3
Diffstat (limited to 'multimedia/libxine')
-rw-r--r-- | multimedia/libxine/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 33c0d8870e7d..79d3f2870091 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 |