diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-09-01 14:36:45 +0800 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-09-01 14:36:45 +0800 |
commit | 23324d4dac53d06a94af347f0bbce3d555aee3b7 (patch) | |
tree | daea30f7e39e8c861e5eea583d38dc6b30c5bd3b | |
parent | b94913d149d0166e96e86e6f9a6387f3ebb76581 (diff) | |
download | freebsd-ports-gnome-23324d4dac53d06a94af347f0bbce3d555aee3b7.tar.gz freebsd-ports-gnome-23324d4dac53d06a94af347f0bbce3d555aee3b7.tar.zst freebsd-ports-gnome-23324d4dac53d06a94af347f0bbce3d555aee3b7.zip |
Oops, accidentally spammed this port with a local change. Revert last
commit.
-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 |