Opened 15 years ago
Closed 15 years ago
#22113 closed defect (fixed)
stp 0.1 may fail to build unless use_parallel_build no set in Portfile
Reported by: | dbueno@… | Owned by: | lperry (Perry Lee) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | ||
Port: | stp |
Description
Attempting to build stp resulted in a compilation error, and in the message I noticed that make -j2
had been called. So I went in and added use_parallel_build no
in the portfile, cleaned the port, and rebuilt. The port then built and installed fine.
I am on 10.5.7 using Xcode 3.1.4 on a dual 2.5GHz G5.
I'll attach the patch for the change I made.
Attachments (1)
Change History (3)
Changed 15 years ago by dbueno@…
Attachment: | stp-serial-build.patch added |
---|
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Keywords: | stp removed |
---|---|
Owner: | changed from macports-tickets@… to perry@… |
comment:2 Changed 15 years ago by lperry (Perry Lee)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks! Committed in r59550.
Note: See
TracTickets for help on using
tickets.
Just adds the relevant line at the bottom of the original Portfile