From 9ab2d0a86c73eec3dd1b1a9579379a06cb534328 Mon Sep 17 00:00:00 2001 From: mezz Date: Thu, 31 Aug 2006 18:14:56 +0000 Subject: Fix the build on FreeBSD 4.x. PR: ports/102572 Submitted by: KATO Tsuguru --- audio/faad/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'audio') diff --git a/audio/faad/Makefile b/audio/faad/Makefile index 3949b746b04e..205a85ea7c80 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -32,9 +32,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ .include -.if ${OSVERSION} < 500000 -BROKEN= Does not build -.endif +post-patch: + @${REINPLACE_CMD} -e 's|||g' \ + ${WRKSRC}/common/mp4ff/mp4ff_int_types.h pre-configure: ${MKDIR} ${WRKSRC}/plugins/bmp -- cgit