#19263 closed defect (fixed)
glib2-2.20.0 patch to make sure glib-based apps know MacPorts' MIME location
Reported by: | blb@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | MIME | Cc: | |
Port: | glib2, glib2-devel |
Description
The MIME stuff currently doesn't look into ${prefix}/share/mime unless XDG_DATA_DIRS is set in the environment; otherwise it simply tries /usr/local/share and /usr/share (in addition to a home-based location).
Attached is a patch to glib2 to replace /usr/local/share with ${prefix}/share so it looks there (which is where the shared-mime-info port installs).
Attachments (1)
Change History (3)
Changed 16 years ago by blb@…
Attachment: | glib2.diff added |
---|
comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Port: | glib2-devel added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
diff to glib2