diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-28 19:34:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-28 19:34:30 +0000 |
commit | 9c9d61c8b2fc69c1a033f4304ae33e66dd91d055 (patch) | |
tree | 8eacf2b8faf787b3c34ddf648cf61fbf603f1bee /audio | |
parent | bfb7c8bb560d6fff1c620683f0921612143464c0 (diff) | |
download | ports-9c9d61c8b2fc69c1a033f4304ae33e66dd91d055.tar.gz ports-9c9d61c8b2fc69c1a033f4304ae33e66dd91d055.zip |
Notes
Diffstat (limited to 'audio')
-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 12596aa8413d..442081ae592e 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} |