Opened 15 years ago

Closed 15 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 15 years ago by jmroot (Joshua Root)

Cc: bytestorm@… removed
Owner: changed from macports-tickets@… to bytestorm@…

comment:2 Changed 15 years ago by jmroot (Joshua Root)

Cc: jmr@… added
Resolution: fixed
Status: newclosed

Fixed in r50758.

Note: See TracTickets for help on using tickets.