pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/librsvg Pass --enable-Bsymbolic=auto, or defa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98744bea3be4
branches:  trunk
changeset: 603244:98744bea3be4
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed May 02 02:11:33 2012 +0000

description:
Pass --enable-Bsymbolic=auto, or default value is "yes" and result in
configure faiure if -Bsymbolic-functions is not supported by `ld'.

diffstat:

 graphics/librsvg/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7872ac9e14f6 -r 98744bea3be4 graphics/librsvg/Makefile
--- a/graphics/librsvg/Makefile Tue May 01 22:27:30 2012 +0000
+++ b/graphics/librsvg/Makefile Wed May 02 02:11:33 2012 +0000
@@ -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 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --disable-gtk-theme --disable-tools
 CONFIGURE_ARGS+=       --disable-introspection
+CONFIGURE_ARGS+=       --enable-Bsymbolic=auto
 
 PKGCONFIG_OVERRIDE=    librsvg.pc.in
 



Home | Main Index | Thread Index | Old Index