svn commit: r312415 - head/graphics/graphviz

Dirk Meyer dinoex at FreeBSD.org
Sun Feb 17 13:43:38 UTC 2013


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/


More information about the svn-ports-head mailing list