svn commit: r398283 - head/devel/libdisorder

John Marino marino at FreeBSD.org
Thu Oct 1 15:25:41 UTC 2015


Author: marino
Date: Thu Oct  1 15:25:39 2015
New Revision: 398283
URL: https://svnweb.freebsd.org/changeset/ports/398283

Log:
  devel/libdisoder is not jobs safe
  
  This port tried to use link with -ldisorder before ld created it.

Modified:
  head/devel/libdisorder/Makefile

Modified: head/devel/libdisorder/Makefile
==============================================================================
--- head/devel/libdisorder/Makefile	Thu Oct  1 15:20:32 2015	(r398282)
+++ head/devel/libdisorder/Makefile	Thu Oct  1 15:25:39 2015	(r398283)
@@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 USE_LDCONFIG=	yes
 BUILD_WRKSRC=	${WRKSRC}/src
 
+MAKE_JOBS_UNSAFE=	yes
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/src/Makefile
 


More information about the svn-ports-all mailing list