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/libtheora | |
parent | 174f23f5423476bb29d8968e9371455e71525fca (diff) | |
download | ports-e74ffecde5378c7e532d75ccb394a5996f9c3757.tar.gz ports-e74ffecde5378c7e532d75ccb394a5996f9c3757.zip |
Notes
Diffstat (limited to 'multimedia/libtheora')
-rw-r--r-- | multimedia/libtheora/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile index 7cd9d9b0f643..aa4e7340870e 100644 --- a/multimedia/libtheora/Makefile +++ b/multimedia/libtheora/Makefile @@ -27,11 +27,6 @@ CONFIGURE_ARGS= --disable-sdltest \ --enable-shared post-patch: - @${REINPLACE_CMD} -e 's|sdl-config|sdl11-config|g; \ - s|-O2||g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|SDL/SDL.h|SDL11/SDL.h|g; \ - s|machine/soundcard.h|sys/soundcard.h|g' \ - ${WRKSRC}/examples/player_example.c @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/examples/Makefile.in @${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in |