pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/cairo graphics/cairo: revert bfd option again...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c38312c795dd
branches:  trunk
changeset: 453193:c38312c795dd
user:      thor <thor%pkgsrc.org@localhost>
date:      Tue May 25 09:08:10 2021 +0000

description:
graphics/cairo: revert bfd option again, nia disabled that already

Sorry for not noticing that my patch conflicted with the Makefile
change that added --disable-symbol-lookup already. It is a fringe
feature that we really don't need.

diffstat:

 graphics/cairo/options.mk |  13 ++-----------
 1 files changed, 2 insertions(+), 11 deletions(-)

diffs (26 lines):

diff -r a4192a25fe91 -r c38312c795dd graphics/cairo/options.mk
--- a/graphics/cairo/options.mk Tue May 25 07:59:43 2021 +0000
+++ b/graphics/cairo/options.mk Tue May 25 09:08:10 2021 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.20 2021/04/23 16:56:21 thor Exp $
+# $NetBSD: options.mk,v 1.21 2021/05/25 09:08:10 thor Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.cairo
-PKG_SUPPORTED_OPTIONS= x11 xcb bfd
+PKG_SUPPORTED_OPTIONS= x11 xcb
 .if exists(/System/Library/Frameworks/Quartz.framework)
 PKG_SUPPORTED_OPTIONS+=        quartz
 .endif
@@ -57,12 +57,3 @@
 CONFIGURE_ARGS+=       --disable-quartz-font
 CONFIGURE_ARGS+=       --disable-quartz-image
 .endif
-
-# The symbol lookup feature uses libbfd from binutils, which
-# is rather fragile when they decide to change the API again.
-.if !empty(PKG_OPTIONS:Mbfd)
-CONFIGURE_ARGS+=       --enable-symbol-lookup
-.else
-CONFIGURE_ARGS+=       --disable-symbol-lookup
-.endif
-



Home | Main Index | Thread Index | Old Index