diff options
Diffstat (limited to 'multimedia/ffmpeg-devel')
-rw-r--r-- | multimedia/ffmpeg-devel/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/multimedia/ffmpeg-devel/Makefile b/multimedia/ffmpeg-devel/Makefile index d1b0d7fbd6f9..45eac17a5a34 100644 --- a/multimedia/ffmpeg-devel/Makefile +++ b/multimedia/ffmpeg-devel/Makefile @@ -18,6 +18,7 @@ HAS_CONFIGURE= yes USE_LINUX= yes USE_BZIP2= yes USE_GMAKE= yes +USE_GCC= 3.4 USE_REINPLACE= yes WANT_SDL= yes CONFIGURE_ARGS= --cc="${CC}" --prefix="${PREFIX}" \ @@ -73,6 +74,10 @@ LIB_FILES= libavcodec/libavcodec.a libavformat/libavformat.a .include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= 'Does not compile on FreeBSD 4.x' +.endif + .if (exists(${LOCALBASE}/lib/libavformat.so)) BROKEN= 'Please remove previous version of ${PORTNAME} to continue build' .endif |