diff options
Diffstat (limited to 'graphics/libexif-gtk/Makefile')
-rw-r--r-- | graphics/libexif-gtk/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/libexif-gtk/Makefile b/graphics/libexif-gtk/Makefile index f13f68d0f9ae..8ad942f1c973 100644 --- a/graphics/libexif-gtk/Makefile +++ b/graphics/libexif-gtk/Makefile @@ -23,4 +23,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" USE_LDCONFIG= yes +post-patch: + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-D.*_DISABLE_DEPRECATED||g' + .include <bsd.port.mk> |