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:   ryoon
Date:           Mon Nov 16 11:15:18 UTC 2020

Modified Files:
        pkgsrc/graphics/cairo: Makefile.common

Log Message:
cairo: Fix typos in comment


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/graphics/cairo/Makefile.common

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/Makefile.common
diff -u pkgsrc/graphics/cairo/Makefile.common:1.16 pkgsrc/graphics/cairo/Makefile.common:1.17
--- pkgsrc/graphics/cairo/Makefile.common:1.16  Mon Nov 16 09:27:03 2020
+++ pkgsrc/graphics/cairo/Makefile.common       Mon Nov 16 11:15:18 2020
@@ -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 @@ GNU_CONFIGURE=                yes
 # 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