svn commit: r386392 - head/emulators/advancemenu
John Marino
marino at FreeBSD.org
Fri May 15 08:25:43 UTC 2015
Author: marino
Date: Fri May 15 08:25:42 2015
New Revision: 386392
URL: https://svnweb.freebsd.org/changeset/ports/386392
Log:
emulators/advancemenu: This is not jobs-safe
This port has failed on multi-job builds at least three times. This last
time the failure occurred when common.o object file was used before it
was built.
Modified:
head/emulators/advancemenu/Makefile
Modified: head/emulators/advancemenu/Makefile
==============================================================================
--- head/emulators/advancemenu/Makefile Fri May 15 07:55:52 2015 (r386391)
+++ head/emulators/advancemenu/Makefile Fri May 15 08:25:42 2015 (r386392)
@@ -36,6 +36,8 @@ ASM_CONFIGURE_ENABLE= asm
FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
FREETYPE_CONFIGURE_ENABLE= freetype
+MAKE_JOBS_UNSAFE= yes
+
post-patch:
@${REINPLACE_CMD} -e \
's|-lpthread|-pthread|' ${WRKSRC}/configure
More information about the svn-ports-head
mailing list