diff options
author | pav <pav@FreeBSD.org> | 2004-10-29 03:34:30 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-29 03:34:30 +0800 |
commit | 12cb06d904e4366cca4b390dab4687b563ab01e2 (patch) | |
tree | c97878857f2f688e191cc7416237deb1a1febf07 | |
parent | 4f7ff0404be451939f8d2e28403630294840c346 (diff) | |
download | freebsd-ports-gnome-12cb06d904e4366cca4b390dab4687b563ab01e2.tar.gz freebsd-ports-gnome-12cb06d904e4366cca4b390dab4687b563ab01e2.tar.zst freebsd-ports-gnome-12cb06d904e4366cca4b390dab4687b563ab01e2.zip |
- Fix header files.
Note: this still does not build (fails later)
PR: ports/73220
Submitted by: Michael Johnson <ahze@ahze.net> (maintainer)
-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} |