pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/at-spi2-atk



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Oct 22 11:18:49 UTC 2019

Modified Files:
        pkgsrc/devel/at-spi2-atk: Makefile

Log Message:
Fix build error, c++ not found


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/at-spi2-atk/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/at-spi2-atk/Makefile
diff -u pkgsrc/devel/at-spi2-atk/Makefile:1.23 pkgsrc/devel/at-spi2-atk/Makefile:1.24
--- pkgsrc/devel/at-spi2-atk/Makefile:1.23      Mon Oct  7 09:28:10 2019
+++ pkgsrc/devel/at-spi2-atk/Makefile   Tue Oct 22 11:18:49 2019
@@ -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 @@ HOMEPAGE=     http://www.linuxfoundation.org
 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