diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-17 08:00:17 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-17 08:00:17 +0000 |
commit | cfc8f90bcef40044d3af2c0ce66ba4760b01314d (patch) | |
tree | df2c6702a1d742aeab58f75727c9197b283479ea /audio/faad | |
parent | 450357d255be5325f92c047ef6e998ef0de2c146 (diff) |
- Fix install if WITHOUT_MPEG4IP is defined but it's installed.
PR: ports/66723
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=109321
Diffstat (limited to 'audio/faad')
-rw-r--r-- | audio/faad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile index ee93f61e69ab..8b2e0089ee15 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -91,7 +91,7 @@ post-patch: ${REINPLACE_CMD} -e \ 's|-O2|${CFLAGS}|' post-install: -.if defined(WITHOUT_MPEG4IP) +.if defined(WITHOUT_MPEG4IP) && !defined(HAS_MP4V2) @${INSTALL_DATA} ${WRKSRC}/common/mp4v2/systems.h ${PREFIX}/include .endif |