diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /graphics/giram | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) | |
download | ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip |
Notes
Diffstat (limited to 'graphics/giram')
-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) |