diff options
author | obache <obache> | 2012-05-02 02:11:33 +0000 |
---|---|---|
committer | obache <obache> | 2012-05-02 02:11:33 +0000 |
commit | 733fa30002acc51ed7bceb2de7c95e72abc25d1b (patch) | |
tree | 5d97fe15d0b33041aaeb5d361d529a9de08bfcf3 /graphics | |
parent | a9e1c7fb9a25eb6005c89741e698b3a261941462 (diff) | |
download | pkgsrc-733fa30002acc51ed7bceb2de7c95e72abc25d1b.tar.gz |
Pass --enable-Bsymbolic=auto, or default value is "yes" and result in
configure faiure if -Bsymbolic-functions is not supported by `ld'.
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 |