Opened 2 months ago

Last modified 5 weeks ago

#70352 assigned defect

gtk3 fails to pass legacy-support include flag

Reported by: barracuda156 Owned by: mascguy (Christopher Nielsen)
Priority: Normal Milestone:
Component: ports Version: 2.9.3
Keywords: Cc: cooljeanius (Eric Gallager)
Port: gtk3, legacy-support

Description

The port uses legacysupport, but the build does not add needed include flags.

Manually adding configure.cppflags-append -I${prefix}/include/LegacySupport works, but I am not sure this is the best solution.

Attachments (1)

main.log (1.5 MB) - added by barracuda156 2 months ago.

Download all attachments as: .zip

Change History (5)

Changed 2 months ago by barracuda156

Attachment: main.log added

comment:1 Changed 2 months ago by fhgwright (Fred Wright)

I believe the legacysupport PortGroup sets up the proper flags for both the include and the library (and the dependency). If you don't use the PortGroup, you'll need to do that "manually".

This isn't an issue with legacy-support itself.

comment:2 Changed 2 months ago by ryandesign (Ryan Carsten Schmidt)

The gtk3 port does include the legacysupport portgroup.

comment:3 in reply to:  1 Changed 2 months ago by barracuda156

Replying to fhgwright:

I believe the legacysupport PortGroup sets up the proper flags for both the include and the library (and the dependency). If you don't use the PortGroup, you'll need to do that "manually".

This isn't an issue with legacy-support itself.

PG is included, but flag is not passed. I think the build system discards our flags somewhere.

comment:4 Changed 5 weeks ago by cooljeanius (Eric Gallager)

Cc: cooljeanius added
Note: See TracTickets for help on using tickets.