aboutsummaryrefslogtreecommitdiff
path: root/graphics/clutter
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-07-31 11:57:45 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-07-31 11:57:45 +0000
commita5f590e51d3b147b9b5085ac6a2920189b42967a (patch)
treecee27e48f57eafc0ae5948472d8e095072bb5222 /graphics/clutter
parenta74217e6d9281b3d195ab0ad6e6b9434f63b6d27 (diff)
Notes
Diffstat (limited to 'graphics/clutter')
-rw-r--r--graphics/clutter/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile
index 8803a43c1892..1049c13cb825 100644
--- a/graphics/clutter/Makefile
+++ b/graphics/clutter/Makefile
@@ -37,5 +37,7 @@ post-patch:
${WRKSRC}/clutter/x11/*.h \
${WRKSRC}/clutter/cogl/cogl/*.h \
${WRKSRC}/clutter/json/*.c
+ @${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
+ ${WRKSRC}/clutter/Makefile.in
.include <bsd.port.mk>