Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2014 18:01:44 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375732 - head/graphics/graphviz
Message-ID:  <201412281801.sBSI1icv088313@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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$$||' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412281801.sBSI1icv088313>