aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/graphviz
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2014-12-29 02:01:43 +0800
committerDirk Meyer <dinoex@FreeBSD.org>2014-12-29 02:01:43 +0800
commitda699000f325b7a0b6fe7f00f9f4207fde3d466b (patch)
treeab14a27081185ed817032aee4514644ced886203 /graphics/graphviz
parentcb90da2923fc90009ccf4efdc56b03f3dfe74a64 (diff)
downloadfreebsd-ports-gnome-da699000f325b7a0b6fe7f00f9f4207fde3d466b.tar.gz
freebsd-ports-gnome-da699000f325b7a0b6fe7f00f9f4207fde3d466b.tar.zst
freebsd-ports-gnome-da699000f325b7a0b6fe7f00f9f4207fde3d466b.zip
- fix linker problems with smyrna
PR: 195676 PR: 196288
Diffstat (limited to 'graphics/graphviz')
-rw-r--r--graphics/graphviz/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index d62cbdef6180..829d386eb0a4 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -309,6 +309,8 @@ post-patch:
-e '/if test/ s| == | = |g' ${WRKSRC}/configure
${REINPLACE_CMD} -e 's|#include "gui.h"|#include "gui/gui.h"|' \
${WRKSRC}/cmd/smyrna/tvnodes.h
+ ${REINPLACE_CMD} -e 's|GTS_LIBS)|GTS_LIBS) $$(MATH_LIBS)|' \
+ ${WRKSRC}/cmd/smyrna/Makefile.in
${CP} ${WRKSRC}/lib/cgraph/cgraph.h ${WRKSRC}/plugin/ming/
.if ! ${PORT_OPTIONS:MDOCS}
${REINPLACE_CMD} -e 's| install-txtDATA$$||' \