diff options
author | lioux <lioux@FreeBSD.org> | 2003-05-11 12:24:54 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-05-11 12:24:54 +0800 |
commit | 074ae5bc360056c7f72dff9b9110df0386bb92b7 (patch) | |
tree | 15948c008e8ec8d98ad93a54e5d64cb6cb479ae4 /multimedia/mpeg4ip | |
parent | 51f88757e964275973323c5586207d2b46d394ed (diff) | |
download | freebsd-ports-gnome-074ae5bc360056c7f72dff9b9110df0386bb92b7.tar.gz freebsd-ports-gnome-074ae5bc360056c7f72dff9b9110df0386bb92b7.tar.zst freebsd-ports-gnome-074ae5bc360056c7f72dff9b9110df0386bb92b7.zip |
Only apply the PTHREAD_LIBS fix to 5.x branch
Diffstat (limited to 'multimedia/mpeg4ip')
-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) |