diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-21 08:07:59 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-09-21 08:07:59 +0000 |
commit | e74ffecde5378c7e532d75ccb394a5996f9c3757 (patch) | |
tree | 45ba6eb91f81bfc9b952cc4c1f251eddaa7d21f5 /multimedia/libmpeg2 | |
parent | Update to 1.02. Also assign maintainer to perl@ (not part of the PR). (diff) |
- 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 d136b552b7b4..6b749eb19c87 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" |