#19568: cdrtools: Build failure with parallel_build enabled -------------------------------------+-------------------------------------- Reporter: simon@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: cdrtools parallel build | Port: cdrtools -------------------------------------+-------------------------------------- Since cdrtools uses smake the Gnumake -j parameter is not valid. Setting use_parallel_build to no solves this. {{{ Index: Portfile =================================================================== --- Portfile (revision 50665) +++ Portfile (working copy) @@ -43,3 +43,4 @@ destroot.args DEFINSUSR=root DEFINSGRP=wheel INS_BASE=${prefix} MANDIR=share/man +use_parallel_build no }}} -- Ticket URL: <http://trac.macports.org/ticket/19568> MacPorts <http://www.macports.org/> Ports system for Mac OS