diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-07-31 11:57:45 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-07-31 11:57:45 +0000 |
commit | a5f590e51d3b147b9b5085ac6a2920189b42967a (patch) | |
tree | cee27e48f57eafc0ae5948472d8e095072bb5222 /graphics/clutter | |
parent | a74217e6d9281b3d195ab0ad6e6b9434f63b6d27 (diff) |
Notes
Diffstat (limited to 'graphics/clutter')
-rw-r--r-- | graphics/clutter/Makefile | 2 |
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> |