diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/librsvg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/librsvg/Makefile b/graphics/librsvg/Makefile index 69e85abb249..57e265c406e 100644 --- a/graphics/librsvg/Makefile +++ b/graphics/librsvg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2012/05/01 07:13:37 tron Exp $ +# $NetBSD: Makefile,v 1.57 2012/05/02 02:11:33 obache Exp $ DISTNAME= librsvg-2.36.1 CATEGORIES= graphics gnome @@ -21,6 +21,7 @@ USE_LANGUAGES+= c c++ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-gtk-theme --disable-tools CONFIGURE_ARGS+= --disable-introspection +CONFIGURE_ARGS+= --enable-Bsymbolic=auto PKGCONFIG_OVERRIDE= librsvg.pc.in |