summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/faad/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile
index 3949b74..205a85e 100644
--- a/audio/faad/Makefile
+++ b/audio/faad/Makefile
@@ -32,9 +32,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= Does not build
-.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's|<stdint\.h>|<inttypes.h>|g' \
+ ${WRKSRC}/common/mp4ff/mp4ff_int_types.h
pre-configure:
${MKDIR} ${WRKSRC}/plugins/bmp
OpenPOWER on IntegriCloud