pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/at-spi2-atk Fix build error, c++ not found
details: https://anonhg.NetBSD.org/pkgsrc/rev/cb9ce0662852
branches: trunk
changeset: 342620:cb9ce0662852
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Tue Oct 22 11:18:49 2019 +0000
description:
Fix build error, c++ not found
diffstat:
devel/at-spi2-atk/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 09430ec46d42 -r cb9ce0662852 devel/at-spi2-atk/Makefile
--- a/devel/at-spi2-atk/Makefile Tue Oct 22 10:34:34 2019 +0000
+++ b/devel/at-spi2-atk/Makefile Tue Oct 22 11:18:49 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2019/10/07 09:28:10 prlw1 Exp $
+# $NetBSD: Makefile,v 1.24 2019/10/22 11:18:49 ryoon Exp $
DISTNAME= at-spi2-atk-2.33.2
CATEGORIES= devel gnome
@@ -10,6 +10,7 @@
COMMENT= Assistive Technology Service Provider Interface A11y Toolkit
LICENSE= gnu-lgpl-v2
+USE_LANGUAGES+= c c++
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE= output/meson-private/atk-bridge-2.0.pc
Home |
Main Index |
Thread Index |
Old Index