Opened 19 years ago

Last modified 14 years ago

#4845 closed defect

BUG: platform-specific dependency ignored in dependency chain — at Initial Version

Reported by: yves@… Owned by: macports-tickets@…
Priority: Normal Milestone: MacPorts 1.4
Component: base Version: 1.0
Keywords: Cc:
Port:

Description

gnustep-make has this following darwin platform variant

platform puredarwin {

depends_lib port:gcc40 configure.args-append --with-library-combo=gnu-gnu-gnu \

CC=gcc-dp-4.0

}

if I do "port install gnustep-make", gcc40 dependency is built

However, if I do "port install gnustep-base" then gnustep-make is built (since gnustep-base depends on it) with the right configure arguments but gcc40 dependency is not taken into account (so the build fails)

Change History (0)

Note: See TracTickets for help on using tickets.