diff options
author | ahze <ahze@FreeBSD.org> | 2009-12-30 06:30:01 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2009-12-30 06:30:01 +0800 |
commit | 28ea611f350613b07e50baf52aa785cf9d553c27 (patch) | |
tree | 86ef4936f42526c9809565e1e1eff1edbbb0de93 /multimedia/libtheora | |
parent | 568a92a56e10bb7202ec4eea82c934d88c172212 (diff) | |
download | freebsd-ports-gnome-28ea611f350613b07e50baf52aa785cf9d553c27.tar.gz freebsd-ports-gnome-28ea611f350613b07e50baf52aa785cf9d553c27.tar.zst freebsd-ports-gnome-28ea611f350613b07e50baf52aa785cf9d553c27.zip |
Don't link to compat
PR: ports/142034
Submitted by: amdmi3
Diffstat (limited to 'multimedia/libtheora')
-rw-r--r-- | multimedia/libtheora/Makefile | 4 |
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 |