diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-24 19:20:52 +0800 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2008-08-24 19:20:52 +0800 |
commit | ec67c97803a946ab590551002c560a0a5ecb8fbc (patch) | |
tree | 146750527ea629b6cc236f6cc825e69b88c69da7 /multimedia/mplayer | |
parent | b2312124aa699656ffbbdda77b07f916a15fe9ae (diff) | |
download | freebsd-ports-gnome-ec67c97803a946ab590551002c560a0a5ecb8fbc.tar.gz freebsd-ports-gnome-ec67c97803a946ab590551002c560a0a5ecb8fbc.tar.zst freebsd-ports-gnome-ec67c97803a946ab590551002c560a0a5ecb8fbc.zip |
- Fix build with update ffmpeg.
Thsnks for all helpers:
mezz, Kalten, Thomas E. Zander(maintainer), John Nielsen
PR: ports/126354
Submitted by: Kalten <kalten at sbox.tu-graz.ac.at>
Tested on: tinderbox and my home box
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 9a1f5301cf51..7e039a1fd33b 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -241,7 +241,8 @@ post-patch: .endif post-configure: - @${REINPLACE_CMD} -e 's#-pthread#${PTHREAD_LIBS}#g' \ + @${REINPLACE_CMD} -e 's#-pthread#${PTHREAD_LIBS}#g; \ + s|= -I/usr/local/|= -I. -I... -I.../libavutil -I/usr/local/|g' \ ${WRKSRC}/config.mak post-install: |