aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libtheora
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2009-12-29 22:30:01 +0000
committerMichael Johnson <ahze@FreeBSD.org>2009-12-29 22:30:01 +0000
commitd065548d8f63cf33ad8a757c768fedb84089cf52 (patch)
treee5776ffbd1e8d96123f60e8b645f09913914307c /multimedia/libtheora
parent8864fb9026bfaff2c5b8601ca0f69119c75489e5 (diff)
downloadports-d065548d8f63cf33ad8a757c768fedb84089cf52.tar.gz
ports-d065548d8f63cf33ad8a757c768fedb84089cf52.zip
Notes
Diffstat (limited to 'multimedia/libtheora')
-rw-r--r--multimedia/libtheora/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/multimedia/libtheora/Makefile b/multimedia/libtheora/Makefile
index 86077d73c934..e05610e183ed 100644
--- a/multimedia/libtheora/Makefile
+++ b/multimedia/libtheora/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libtheora
PORTVERSION= 1.1.1
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://downloads.xiph.org/releases/theora/ \
http://distfiles.master.finkmirrors.net/
@@ -32,7 +33,8 @@ CONFIGURE_ARGS+=--disable-sdltest \
post-patch:
@${REINPLACE_CMD} -e 's|doc||g' ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's, x86_64), x86_64|amd64),' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's, x86_64), x86_64|amd64),; \
+ /ac_lib/ s,compat,,' ${WRKSRC}/configure
.if ${ARCH}=="amd64"
@${REINPLACE_CMD} -e 's|#define OC_X86_ASM|#undef OC_X86_ASM|' ${WRKSRC}/configure
.endif