svn commit: r384338 - head/devel/libdwarf
John Marino
marino at FreeBSD.org
Mon Apr 20 08:50:22 UTC 2015
Author: marino
Date: Mon Apr 20 08:50:21 2015
New Revision: 384338
URL: https://svnweb.freebsd.org/changeset/ports/384338
Log:
devel/libdwarf: Not jobs safe
This has failed on me a few times. The latest tried to use the file
dwarf_names.c before it was completely generated.
Modified:
head/devel/libdwarf/Makefile
Modified: head/devel/libdwarf/Makefile
==============================================================================
--- head/devel/libdwarf/Makefile Mon Apr 20 08:27:20 2015 (r384337)
+++ head/devel/libdwarf/Makefile Mon Apr 20 08:50:21 2015 (r384338)
@@ -11,6 +11,8 @@ COMMENT= Library to analyze DWARF debugg
INSTALL_CONFLICT= bsdlibdwarf*
+MAKE_JOBS_UNSAFE= yes
+
WRKSRC= ${WRKDIR}/dwarf-${PORTVERSION}/libdwarf
GNU_CONFIGURE= yes
More information about the svn-ports-all
mailing list