Opened 11 years ago

Closed 11 years ago

#37891 closed defect (fixed)

libsecret: Need to define Secret_1_gir_LIBS or Secret_1_gir_PROGRAM

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: libsecret

Description

On Tiger ppc, libsecret@0.12 fails to build with:

:info:build /Volumes/Data/macports/tiger/share/gobject-introspection-1.0/Makefile.introspection:150: *** Need to define Secret_1_gir_LIBS or Secret_1_gir_PROGRAM.  Stop.

Attachments (1)

main.log.bz2 (5.7 KB) - added by ryandesign (Ryan Carsten Schmidt) 11 years ago.

Download all attachments as: .zip

Change History (3)

Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: main.log.bz2 added

comment:1 Changed 11 years ago by kuchimanimoi@…

in @0.14_0, Using gmake and solved. Portfile added like this:

platform darwin 8 {
    depends_build-append    port:gmake
    build.cmd               ${prefix}/bin/gmake
}

comment:2 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.