diff options
Diffstat (limited to 'www/netsurf/Makefile')
-rw-r--r-- | www/netsurf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index 13f71dfee363..465b4f26531a 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -57,6 +57,7 @@ post-patch: @${REINPLACE_CMD} \ -e '/OpenSSL/d' -e '/lcms/d' -e 's| -g||' \ -e 's/-DG_DISABLE_DEPRECATED//' \ + -e 's/-DGDK_PIXBUF_DISABLE_DEPRECATED//' \ ${WRKSRC}/src/netsurf-${PORTVERSION}/gtk/Makefile.target @${REINPLACE_CMD} -e 's| -g|| ; s|flex|${LOCALBASE}/bin/&|' \ ${WRKSRC}/src/nsgenbind-0.0.1/src/Makefile |