summaryrefslogtreecommitdiff
path: root/multimedia/libtheora
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2006-09-21 08:07:59 +0000
committerStanislav Sedov <stas@FreeBSD.org>2006-09-21 08:07:59 +0000
commite74ffecde5378c7e532d75ccb394a5996f9c3757 (patch)
tree45ba6eb91f81bfc9b952cc4c1f251eddaa7d21f5 /multimedia/libtheora
parentUpdate 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)
Notes
Notes: svn path=/head/; revision=173507
Diffstat (limited to 'multimedia/libtheora')
-rw-r--r--multimedia/libtheora/Makefile5
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