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/830bafc36c9f
branches:  trunk
changeset: 416287:830bafc36c9f
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 c69673998fdb -r 830bafc36c9f 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