diff options
author | krion <krion@FreeBSD.org> | 2004-05-17 16:00:17 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-17 16:00:17 +0800 |
commit | 1b13c79a9f3db2225f9e18d1272a2db056c03d6d (patch) | |
tree | cbffb3951ed001ddb03c892df64d2824d6c53224 /audio/faad | |
parent | b204db35430566effd094153aa43151604671ad1 (diff) | |
download | freebsd-ports-gnome-1b13c79a9f3db2225f9e18d1272a2db056c03d6d.tar.gz freebsd-ports-gnome-1b13c79a9f3db2225f9e18d1272a2db056c03d6d.tar.zst freebsd-ports-gnome-1b13c79a9f3db2225f9e18d1272a2db056c03d6d.zip |
- Fix install if WITHOUT_MPEG4IP is defined but it's installed.
PR: ports/66723
Submitted by: maintainer
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 |