#15298 closed enhancement (fixed)
gtk-engines2 doesn't configure against 'gtk2 +quartz'
Reported by: | mp@… | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: |
Description
The gtk-engines2 Portfile appends '-lgdk-x11-2.0' to LDFLAGS, but this library is not installed if gtk2 was installed with +quartz variant.
I recommend that gtk-engines2 uses a 'quartz' variant to change '-lgdk-x11-2.0' to '-lgdk-quartz-2.0'
I'll attach a Portfile diff that works for me, although I'm not sure if it's style is acceptable.
Attachments (1)
Change History (4)
Changed 17 years ago by mp@…
Attachment: | gtk-engines2-Portfile.diff added |
---|
comment:1 Changed 17 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to jmr@… |
---|---|
Status: | new → assigned |
Type: | defect → enhancement |
comment:2 Changed 17 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Added in r36814.
comment:3 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
Thanks for the report. I'll add the quartz variant, but in a slightly different way so it's more obvious what it does.