Opened 16 years ago
Closed 16 years ago
#19568 closed defect (fixed)
cdrtools: Build failure with parallel_build enabled
Reported by: | simon@… | Owned by: | bytestorm@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | cdrtools parallel build | Cc: | jmroot (Joshua Root) |
Port: | cdrtools |
Description
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
Change History (2)
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Cc: | bytestorm@… removed |
---|---|
Owner: | changed from macports-tickets@… to bytestorm@… |
comment:2 Changed 16 years ago by jmroot (Joshua Root)
Cc: | jmr@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r50758.