diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-12-29 02:01:43 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-12-29 02:01:43 +0800 |
commit | da699000f325b7a0b6fe7f00f9f4207fde3d466b (patch) | |
tree | ab14a27081185ed817032aee4514644ced886203 /graphics/graphviz | |
parent | cb90da2923fc90009ccf4efdc56b03f3dfe74a64 (diff) | |
download | freebsd-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/Makefile | 2 |
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$$||' \ |