pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/cairo
Module Name: pkgsrc
Committed By: thor
Date: Tue May 25 09:08:10 UTC 2021
Modified Files:
pkgsrc/graphics/cairo: options.mk
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/cairo/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/cairo/options.mk
diff -u pkgsrc/graphics/cairo/options.mk:1.20 pkgsrc/graphics/cairo/options.mk:1.21
--- pkgsrc/graphics/cairo/options.mk:1.20 Fri Apr 23 16:56:21 2021
+++ pkgsrc/graphics/cairo/options.mk Tue May 25 09:08:10 2021
@@ -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
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