Fix build with clang
PR: ports/159328 Submitted by: maintainer
This commit is contained in:
parent
a47571b77d
commit
7327a14735
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278940
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ ALL_TARGET= all ggobirc
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|ND_coord_i|ND_coord|' \
|
||||
${WRKSRC}/plugins/GraphLayout/graphviz.c
|
||||
@${REINPLACE_CMD} -e 's|#line 0|#line 1|' \
|
||||
${WRKSRC}/src/ggobi-data.c \
|
||||
${WRKSRC}/src/ggobi-renderer-cairo.c \
|
||||
${WRKSRC}/src/ggobi-renderer-factory.c \
|
||||
${WRKSRC}/src/ggobi-renderer.c
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/etc/xdg/ggobi
|
||||
|
|
Loading…
Reference in a new issue