pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/atk
Module Name: pkgsrc
Committed By: prlw1
Date: Fri Oct 13 17:57:08 UTC 2017
Modified Files:
pkgsrc/devel/atk: Makefile
Log Message:
atk: requires glib-mkenums which is now in py-glib2-tools
While here, given that glib-mkenums was rewritten in python, assume
that stacksize no longer overflows.
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/devel/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/atk/Makefile
diff -u pkgsrc/devel/atk/Makefile:1.96 pkgsrc/devel/atk/Makefile:1.97
--- pkgsrc/devel/atk/Makefile:1.96 Tue Aug 1 14:58:54 2017
+++ pkgsrc/devel/atk/Makefile Fri Oct 13 17:57:08 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.96 2017/08/01 14:58:54 wiz Exp $
+# $NetBSD: Makefile,v 1.97 2017/10/13 17:57:08 prlw1 Exp $
DISTNAME= atk-2.24.0
CATEGORIES= devel gnome
@@ -17,12 +17,10 @@ USE_LANGUAGES= c99
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE= atk.pc.in
-# glib-mkenums overflows a 2048kb stack on atkobject.h
-UNLIMIT_RESOURCES= stacksize
-
.include "../../devel/gettext-lib/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.31.2
.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/glib2/buildtools.mk"
BUILDLINK_DEPMETHOD.gobject-introspection:= build
.include "../../devel/gobject-introspection/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index