From b636641a87eecec709943dcf76bd0e500b39ca53 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 13 May 2006 19:15:38 +0000 Subject: Changes 2.8.7: * Fixed a typo to fix the build when not disabling exceptions. Changes 2.8.6: * Fix the build when using --enable-api-properties, --enable-api-vfuncs, or --enable-api-exceptions when configuring glibmm. When using these, the API, and any API generated by gmmproc, will be changed. This allows users of embedded platforms to reduce the code size of *mm libraries and *mm-using applications, at the small cost of losing some rarely-used API. Alternatives exist for that API, as show in the examples. --- x11/gtkmm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/gtkmm/Makefile') diff --git a/x11/gtkmm/Makefile b/x11/gtkmm/Makefile index b651ab243e9..48d6f57b70b 100644 --- a/x11/gtkmm/Makefile +++ b/x11/gtkmm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2006/05/06 08:49:22 adam Exp $ +# $NetBSD: Makefile,v 1.40 2006/05/13 19:15:38 adam Exp $ -DISTNAME= gtkmm-2.8.5 +DISTNAME= gtkmm-2.8.7 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkmm/2.8/} EXTRACT_SUFX= .tar.bz2 -- cgit v1.2.3