aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2007-12-18 05:08:50 +0800
committermezz <mezz@FreeBSD.org>2007-12-18 05:08:50 +0800
commit02a3ccf5ea99d015cc86fa8f4fa6bb0c3876929c (patch)
tree868000e1b6ca6a605a6c36985970b750a99ccac6 /multimedia
parentf74dcfd165a6bdc4716b37fc3fefa10401d86cff (diff)
downloadfreebsd-ports-gnome-02a3ccf5ea99d015cc86fa8f4fa6bb0c3876929c.tar.gz
freebsd-ports-gnome-02a3ccf5ea99d015cc86fa8f4fa6bb0c3876929c.tar.zst
freebsd-ports-gnome-02a3ccf5ea99d015cc86fa8f4fa6bb0c3876929c.zip
Fix the build with new gtk20.
PR: ports/117624, ports/117629 and ports/117768 Reported by: Ralph Zitz <ralph@imada.sdu.dk>, Randy Pratt <bsd-unix@embarqmail.com> Kyryll A Mirnenko <mirya@zoc.com.ua>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/libquicktime/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/libquicktime/Makefile b/multimedia/libquicktime/Makefile
index af78c74da4b5..38ac68e3843b 100644
--- a/multimedia/libquicktime/Makefile
+++ b/multimedia/libquicktime/Makefile
@@ -78,6 +78,8 @@ post-patch:
${WRKSRC}/plugins/audiocodec/* \
${WRKSRC}/plugins/videocodec/*
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-DG.*_DISABLE_DEPRECATED||g' \
+ ${WRKSRC}/configure*
post-install:
.if !defined(NOPORTDOCS)