diff options
author | stas <stas@FreeBSD.org> | 2006-09-21 08:07:59 +0000 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2006-09-21 08:07:59 +0000 |
commit | 7cc8a3177c4cde4c93653f85822181827f44e135 (patch) | |
tree | e224137cef6c7006c280b81545f6532b3009279a /multimedia/libmpeg2 | |
parent | a11445de2d3659247e922b1743f6e3e0b5455c2f (diff) | |
download | FreeBSD-ports-7cc8a3177c4cde4c93653f85822181827f44e135.zip FreeBSD-ports-7cc8a3177c4cde4c93653f85822181827f44e135.tar.gz |
- Fix SDL-dependent ports broken by last update.
Approved by: kris (portmgr), sem (mentor)
Diffstat (limited to 'multimedia/libmpeg2')
-rw-r--r-- | multimedia/libmpeg2/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/multimedia/libmpeg2/Makefile b/multimedia/libmpeg2/Makefile index d136b55..6b749eb 100644 --- a/multimedia/libmpeg2/Makefile +++ b/multimedia/libmpeg2/Makefile @@ -65,9 +65,6 @@ pre-everything:: @${ECHO_MSG} "====>" post-patch: - @${REINPLACE_CMD} -e 's|<SDL/|<SDL11/|' \ - ${WRKSRC}/src/* \ - ${WRKSRC}/libvo/* @${REINPLACE_CMD} -e 's|-O3||;s|<termio.h>|<termios.h>|' ${WRKSRC}/configure # AMD64 prefers position independent code .if ${ARCH:L} == "amd64" |