svn commit: r317209 - head/sysutils/userspace-rcu

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 13:56:55 UTC 2013


Author: bapt
Date: Fri May  3 13:56:55 2013
New Revision: 317209
URL: http://svnweb.freebsd.org/changeset/ports/317209

Log:
  Fix build with bmake as make

Modified:
  head/sysutils/userspace-rcu/Makefile

Modified: head/sysutils/userspace-rcu/Makefile
==============================================================================
--- head/sysutils/userspace-rcu/Makefile	Fri May  3 13:54:58 2013	(r317208)
+++ head/sysutils/userspace-rcu/Makefile	Fri May  3 13:56:55 2013	(r317209)
@@ -18,4 +18,8 @@ GNU_CONFIGURE=	yes
 USES=	pathfix
 USE_LDCONFIG=	yes
 
+.if defined(.PARSEDIR)
+USE_GMAKE=	yes
+.endif
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list