Disable gdk-pixbuf2 module to avoid segfault from gdk-pixbuf-query-loaders
on NetBSD/amd64 current at least. Bump PKGREVISION.
This commit is contained in:
parent
aec51159c7
commit
41f875508b
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.89 2017/02/06 13:54:45 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.90 2017/02/11 08:44:09 ryoon Exp $
|
||||
|
||||
DISTNAME= librsvg-2.40.15
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/librsvg/${PKGVERSION_NOREV:R}/}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
@ -20,6 +20,7 @@ USE_LANGUAGES+= c c++
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --disable-tools
|
||||
CONFIGURE_ARGS+= --enable-Bsymbolic=auto
|
||||
CONFIGURE_ARGS+= --disable-pixbuf-loader
|
||||
|
||||
PKGCONFIG_OVERRIDE= librsvg.pc.in
|
||||
|
||||
|
@ -56,5 +57,5 @@ BUILDLINK_DEPMETHOD.cairo-gobject+= build
|
|||
BUILDLINK_API_DEPENDS.libcroco+= libcroco>=0.6.1
|
||||
.include "../../textproc/libcroco/buildlink3.mk"
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
.include "../../graphics/gdk-pixbuf2/loaders.mk"
|
||||
.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
@comment $NetBSD: PLIST,v 1.14 2017/01/31 17:06:38 martin Exp $
|
||||
@comment $NetBSD: PLIST,v 1.15 2017/02/11 08:44:09 ryoon Exp $
|
||||
bin/rsvg-convert
|
||||
include/librsvg-2.0/librsvg/librsvg-enum-types.h
|
||||
include/librsvg-2.0/librsvg/librsvg-features.h
|
||||
include/librsvg-2.0/librsvg/rsvg-cairo.h
|
||||
include/librsvg-2.0/librsvg/rsvg.h
|
||||
lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.la
|
||||
${PLIST.introspection}lib/girepository-1.0/Rsvg-2.0.typelib
|
||||
lib/librsvg-2.la
|
||||
lib/pkgconfig/librsvg-2.0.pc
|
||||
|
|
Loading…
Reference in a new issue