[Bug 287851] graphics/gimp-app 2.10.38: missing librsvg GdkPixbuf loader with graphics/librsvg2
| Newsgroups | gmane.os.freebsd.devel.gnome |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287851 Thomas Mueller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Thomas Mueller <[email protected]> --- I also have DEFAULT_VERSIONS+=librsvg2=legacy and this let's me build gimp-app with that: diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 092d9945d12c..cf37a438b6a5 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -134,7 +134,11 @@ post-patch: ${WRKSRC}/plug-ins/pygimp/Makefile.in @${REINPLACE_CMD} \ -e 's|x86_64|amd64|g' \ + ${WRKSRC}/configure.ac +.if ${LIBRSVG2_DEFAULT:Mrust} + @${REINPLACE_CMD} \ -e 's|libpixbufloader-svg.so|libpixbufloader_svg.so|g' \ ${WRKSRC}/configure.ac +.endif -- You are receiving this mail because: You are the assignee for the bug.