diff options
Diffstat (limited to 'lang/mdk')
-rw-r--r-- | lang/mdk/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index a0342cdcef21..88a39f5a9d53 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -32,4 +32,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" INFO= mdk +post-patch: + @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/configure + .include <bsd.port.mk> |