diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-09-01 06:36:45 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-09-01 06:36:45 +0000 |
commit | 23324d4dac53d06a94af347f0bbce3d555aee3b7 (patch) | |
tree | daea30f7e39e8c861e5eea583d38dc6b30c5bd3b /multimedia/libxine | |
parent | b94913d149d0166e96e86e6f9a6387f3ebb76581 (diff) | |
download | ports-23324d4dac53d06a94af347f0bbce3d555aee3b7.tar.gz ports-23324d4dac53d06a94af347f0bbce3d555aee3b7.zip |
Notes
Diffstat (limited to 'multimedia/libxine')
-rw-r--r-- | multimedia/libxine/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index 79d3f2870091..33c0d8870e7d 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -51,12 +51,6 @@ 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 |