diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index 31af61791777..9fb81534013c 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -132,13 +132,13 @@ post-configure: s|-Werror||g' # configure is not propagating PTHREAD_LIBS to the makefiles # investigated by David Yeske <dyeske@yahoo.com> -#.if ${OSVERSION} >= 500000 +.if ${OSVERSION} >= 500000 @${REINPLACE_CMD} -E \ -e 's|(-lSDL)|${PTHREAD_LIBS} \1|' \ ${WRKSRC}/player/src/Makefile \ ${WRKSRC}/util/yuv/Makefile \ ${WRKSRC}/util/iptv/Makefile -#.endif +.endif post-install: .ifndef(NOPORTDOCS) |