svn commit: r317135 - head/lang/gambas

Baptiste Daroussin bapt at FreeBSD.org
Thu May 2 17:27:42 UTC 2013


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)


More information about the svn-ports-head mailing list