From 6293e1a35216b04d8206cef6209ce4b45ee97419 Mon Sep 17 00:00:00 2001 From: lioux Date: Sat, 20 Mar 2004 02:10:44 +0000 Subject: Remove BROKEN: fix build in 5.x-CURRENT - -> - remove -Wmissing-declarations declarations PR: 64282 Submitted by: David Yeske --- multimedia/mpeg4ip/Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'multimedia') diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index d9992b646339..e0728bfcb594 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -92,18 +92,17 @@ post-extract: .include -.if ${OSVERSION} >= 502102 -BROKEN= "Does not compile" -.endif - post-patch: @${FIND} ${WRKSRC} -type f -name "*.[ch]" -or -name "*.cpp" | ${XARGS} -n 10 \ ${REINPLACE_CMD} -e \ - 's|stdint\.h|inttypes.h|;s|malloc\.h|stdlib.h|' + 's|||; \ + s|||; \ + s|||' # replacing distfile's libs with ports' versions # CFLAGS safeness @${REINPLACE_CMD} -E -e 's|lib/SDL/sdl-config|${SDL_CONFIG}|; \ - s|^(SDL_LIBS=).+$$|\1"`${SDL_CONFIG} --libs`"|' \ + s|^(SDL_LIBS=).+$$|\1"`${SDL_CONFIG} --libs`"|; \ + s|-Wmissing-declarations||' \ ${CONFIGURE_WRKSRC}/configure @${FIND} ${WRKSRC} -type f -name "Makefile.in" | ${XARGS} \ -n 10 ${REINPLACE_CMD} -E -e \ -- cgit