Opened 12 years ago
Closed 12 years ago
#35954 closed defect (fixed)
librsvg: opportunistically links with gtk2 and gtk3
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | pixilla (Bradley Giesbrecht) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | ||
Port: | librsvg |
Description
librsvg does not have a dependency on gtk2 or gtk3 but it will try to use them if they're installed. As an example of this, on my system a rebuild of librsvg failed as in the attached log (because I'm building librsvg universal but gtk3 is not built universal because of #35944).
Attachments (2)
Change History (5)
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Changed 12 years ago by pixilla (Bradley Giesbrecht)
Attachment: | patch-librsvg-disable-GTK+.diff added |
---|
comment:1 Changed 12 years ago by pixilla (Bradley Giesbrecht)
I cannot find where configure can be told to not look for GTK+. My quick hack patch hard codes configure as if it had not found GTK+.
I have only tested that the build files did not pick up GTK+.
If someone can test the patch now, great. It will be a little later before I can do anything more.
comment:3 Changed 12 years ago by pixilla (Bradley Giesbrecht)
Resolution: | → fixed |
---|---|
Status: | new → closed |
See r97616
I did a quick svg2pdf test with this patch with no issues.
Note: See
TracTickets for help on using
tickets.
Quick hack to test.