diff options
Diffstat (limited to 'audio/faad/Makefile')
-rw-r--r-- | audio/faad/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 <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 |