pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/cairo cairo: Fix typos in comment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc6f8589bdae
branches:  trunk
changeset: 441989:bc6f8589bdae
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Nov 16 11:15:18 2020 +0000

description:
cairo: Fix typos in comment

diffstat:

 graphics/cairo/Makefile.common |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 03d12eda505c -r bc6f8589bdae graphics/cairo/Makefile.common
--- a/graphics/cairo/Makefile.common    Mon Nov 16 11:05:52 2020 +0000
+++ b/graphics/cairo/Makefile.common    Mon Nov 16 11:15:18 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2020/11/16 09:27:03 nia Exp $
+# $NetBSD: Makefile.common,v 1.17 2020/11/16 11:15:18 ryoon Exp $
 #
 # used by graphics/cairo/Makefile
 # used by graphics/cairo-gobject/Makefile
@@ -24,9 +24,9 @@
 # does not build against NetBSD-5's MesaLib, and is according
 # to upstream, only used by "toy applications"
 CONFIGURE_ARGS+=       --disable-gl
-# this uses libbdf, which is not exposed on a typical NetBSD system,
+# this uses libbfd, which is not exposed on a typical NetBSD system,
 # but on Linux the libraries can leak through and be detected anyway.
-# libbdf does not appear to have a stable API, so avoid breakage and
+# libbfd does not appear to have a stable API, so avoid breakage and
 # disable it outright. it's an internal debugging feature.
 CONFIGURE_ARGS+=       --disable-symbol-lookup
 CONFIGURE_ARGS+=       --enable-fc



Home | Main Index | Thread Index | Old Index