Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 May 2013 17:27:41 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317135 - head/lang/gambas
Message-ID:  <201305021727.r42HRf62045017@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu May  2 17:27:41 2013
New Revision: 317135
URL: http://svnweb.freebsd.org/changeset/ports/317135

Log:
  Fix with bmake

Modified:
  head/lang/gambas/Makefile

Modified: head/lang/gambas/Makefile
==============================================================================
--- head/lang/gambas/Makefile	Thu May  2 17:16:30 2013	(r317134)
+++ head/lang/gambas/Makefile	Thu May  2 17:27:41 2013	(r317135)
@@ -87,7 +87,7 @@ BROKEN=			Segfault during build on ${ARC
 
 .for lib in ${LIBS2FIX}
 NEW${lib:U}!=	${LDCONFIG} -r | ${GREP} ${lib} | ${GREP} -v 'compat/pkg'	\
-		| ${AWK} -F 'lib\/' '{print $$2}'
+		| ${AWK} -F 'lib\/' '{print $$2}'; ${ECHO_CMD}
 .endfor
 
 .if exists(${LOCALBASE}/bin/pg_config)



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