svn commit: r321064 - head/www/netsurf

Pawel Pekala pawel at FreeBSD.org
Sun Jun 16 18:06:19 UTC 2013


Author: pawel
Date: Sun Jun 16 18:06:18 2013
New Revision: 321064
URL: http://svnweb.freebsd.org/changeset/ports/321064

Log:
  Use full path for flex preventing build from using base ancient version.
  Strangely tinderbox builds are happy either way.

Modified:
  head/www/netsurf/Makefile

Modified: head/www/netsurf/Makefile
==============================================================================
--- head/www/netsurf/Makefile	Sun Jun 16 17:48:40 2013	(r321063)
+++ head/www/netsurf/Makefile	Sun Jun 16 18:06:18 2013	(r321064)
@@ -54,7 +54,7 @@ post-patch:
 		${WRKSRC}/src/netsurf-${PORTVERSION}/gtk/Makefile.target
 	@${REINPLACE_CMD} -e '/ifeq.*clang/s/word 1/filter clang/' \
 		${WRKSRC}/src/buildsystem-1.0/makefiles/Makefile.tools
-	@${REINPLACE_CMD} 's| -g||' \
+	@${REINPLACE_CMD} -e 's| -g|| ; s|flex|${LOCALBASE}/bin/&|' \
 		${WRKSRC}/src/nsgenbind-0.0.1/src/Makefile
 
 do-configure:


More information about the svn-ports-all mailing list