- Fix install if WITHOUT_MPEG4IP is defined but it's installed.

PR:		ports/66723
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-05-17 08:00:17 +00:00
parent 450357d255
commit cfc8f90bce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109321

View File

@ -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