diff options
author | pav <pav@FreeBSD.org> | 2004-10-28 19:34:30 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-28 19:34:30 +0000 |
commit | 12cb06d904e4366cca4b390dab4687b563ab01e2 (patch) | |
tree | c97878857f2f688e191cc7416237deb1a1febf07 /audio/bmp-faad | |
parent | 4f7ff0404be451939f8d2e28403630294840c346 (diff) | |
download | FreeBSD-ports-12cb06d904e4366cca4b390dab4687b563ab01e2.zip FreeBSD-ports-12cb06d904e4366cca4b390dab4687b563ab01e2.tar.gz |
- Fix header files.
Note: this still does not build (fails later)
PR: ports/73220
Submitted by: Michael Johnson <ahze@ahze.net> (maintainer)
Diffstat (limited to 'audio/bmp-faad')
-rw-r--r-- | audio/bmp-faad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/bmp-faad/Makefile b/audio/bmp-faad/Makefile index 12596aa..442081a 100644 --- a/audio/bmp-faad/Makefile +++ b/audio/bmp-faad/Makefile @@ -58,6 +58,7 @@ post-patch: ${XARGS} -n 5 -x \ ${REINPLACE_CMD} -e \ 's|-O2|${CFLAGS}|' + @${REINPLACE_CMD} -e 's|<xmms|<bmp|' ${WRKSRC}/plugins/xmms/src/libmp4.c do-build: @cd ${WRKSRC}/libfaad && ${MAKE} |