diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:01:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:01:29 +0000 |
commit | fa9509791fb3ad63885e207da5c039b25eeef942 (patch) | |
tree | 583269ded864355a8d5031d218db57c2bc88511d /multimedia/avifile | |
parent | 81cd10f8d2bfe2ad25124f31d629351947acaa56 (diff) |
Notes
Diffstat (limited to 'multimedia/avifile')
-rw-r--r-- | multimedia/avifile/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/multimedia/avifile/Makefile b/multimedia/avifile/Makefile index 8e5fd306e918..51f821093806 100644 --- a/multimedia/avifile/Makefile +++ b/multimedia/avifile/Makefile @@ -64,10 +64,6 @@ PLIST_SUB+= QT="@comment " .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= xvid plugin fails to build -.endif - .if ${OSVERSION} >= 600000 WITH_OPTIMIZED_CFLAGS= yes .endif @@ -299,14 +295,6 @@ post-patch: @${REINPLACE_CMD} -E \ -e 's|^subdirs[[:space:]]*=.*libmad.*$$||' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} -# int_fast16/32_t are not in 4.x -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|int_fast16_t|int16_t|g; \ - s|int_fast32_t|int32_t|g' \ - ${WRKSRC}/ffmpeg/libavcodec/jfdctfst.c \ - ${WRKSRC}/ffmpeg/libavcodec/jfdctint.c \ - ${WRKSRC}/ffmpeg/libavcodec/ffv1.c -.endif post-configure: @${LN} -sf ${LIBTOOL} ${WRKSRC}/libtool |