diff options
author | lofi <lofi@FreeBSD.org> | 2004-09-01 14:36:45 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-09-01 14:36:45 +0800 |
commit | b419b2f03895d2fdfc06e44089e72f2a9250965d (patch) | |
tree | fd81f6cd0bf0aabf029ba4f86fdae59cbab587ae | |
parent | 00b4b5dca442ae2591d8e10d5ae1593a05e03dcf (diff) | |
download | freebsd-ports-gnome-b419b2f03895d2fdfc06e44089e72f2a9250965d.tar.gz freebsd-ports-gnome-b419b2f03895d2fdfc06e44089e72f2a9250965d.tar.zst freebsd-ports-gnome-b419b2f03895d2fdfc06e44089e72f2a9250965d.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 |