svn commit: r375732 - head/graphics/graphviz

Dirk Meyer dinoex at FreeBSD.org
Sun Dec 28 18:01:44 UTC 2014


Author: dinoex
Date: Sun Dec 28 18:01:43 2014
New Revision: 375732
URL: https://svnweb.freebsd.org/changeset/ports/375732
QAT: https://qat.redports.org/buildarchive/r375732/

Log:
  - fix linker problems with smyrna
  PR:		195676
  PR:		196288

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Sun Dec 28 17:28:16 2014	(r375731)
+++ head/graphics/graphviz/Makefile	Sun Dec 28 18:01:43 2014	(r375732)
@@ -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$$||' \


More information about the svn-ports-head mailing list