diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-08-31 18:14:56 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-08-31 18:14:56 +0000 |
commit | 08d72c0c3cfde80cdb43afaa142fdb09d992fc2a (patch) | |
tree | 1053b5d6a7fae3919c59c7a53c1907fd14645716 /audio/faad/Makefile | |
parent | 22ff0dbb4a332e1515e75c5f2942201db2a40a5d (diff) | |
download | ports-08d72c0c3cfde80cdb43afaa142fdb09d992fc2a.tar.gz ports-08d72c0c3cfde80cdb43afaa142fdb09d992fc2a.zip |
Notes
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 |