diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-12-03 09:18:23 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-12-03 09:18:23 +0000 |
commit | 6ce4980916f67851d29fde70453953cd55e7edf5 (patch) | |
tree | 9021a26f76674a75f55054140dbaa1e2146de3d6 /x11-toolkits/gtk20 | |
parent | 5f2f2908152abb592d057147585a7fbc8ed931a1 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/gtk20')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 63686b60d3c3..c508a874d406 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -57,6 +57,7 @@ post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${GREP} -l lgmodule | \ ${XARGS} ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g' @${REINPLACE_CMD} -e 's|[{]libdir[}]/locale|{datadir}/locale|g' \ + -e 's|-DGDK_PIXBUF_DISABLE_DEPRECATED||g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|@LN_S@|${LN} -sf|' ${WRKSRC}/gtk/Makefile.in @${REINPLACE_CMD} -e 's|file,cups|file,cups,lpr|' \ |