Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Feb 2013 13:43:37 +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: r312415 - head/graphics/graphviz
Message-ID:  <201302171343.r1HDhbR5039966@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Sun Feb 17 13:43:37 2013
New Revision: 312415
URL: http://svnweb.freebsd.org/changeset/ports/312415

Log:
  - fix build on FreeBSD 7.x
  Submitted by:	pawel

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Sun Feb 17 13:22:15 2013	(r312414)
+++ head/graphics/graphviz/Makefile	Sun Feb 17 13:43:37 2013	(r312415)
@@ -430,7 +430,8 @@ post-patch:
 		-e 's|libdir=@libdir@|libdir=@libdir@/@PACKAGE@|';
 	@${REINPLACE_CMD} -e "s|/usr/include/php|${LOCALBASE}/include/php|g" \
 		-e "s|vendorarch|installsitearch|g" \
-		-e "s|-lruby|-lruby${RUBY_SUFFIX}|g" ${WRKSRC}/configure
+		-e "s|-lruby|-lruby${RUBY_SUFFIX}|g" \
+		-e '/if test/ s| == | = |g' ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's|#include "gui.h"|#include "gui/gui.h"|' \
 		${WRKSRC}/cmd/smyrna/tvnodes.h
 	${CP} ${WRKSRC}/lib/cgraph/cgraph.h ${WRKSRC}/plugin/ming/



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