diff options
Diffstat (limited to 'graphics/giram/Makefile')
-rw-r--r-- | graphics/giram/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index 130ea68bc45e..9796579c95f1 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -46,6 +46,8 @@ MAN1= giram.1 post-patch: @${REINPLACE_CMD} -e '36s,static ,,' ${WRKSRC}/src/tools/tool_disc.c + @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \ + ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) |