summaryrefslogtreecommitdiff
path: root/x11/gtkmm/Makefile
diff options
context:
space:
mode:
authoradam <adam>2006-05-13 19:15:38 +0000
committeradam <adam>2006-05-13 19:15:38 +0000
commitb636641a87eecec709943dcf76bd0e500b39ca53 (patch)
treef5c0512421e61c244f4fef4440c193bd03a2da4c /x11/gtkmm/Makefile
parentb67e02edd0b7a963f0befb375590362c2d16359c (diff)
downloadpkgsrc-b636641a87eecec709943dcf76bd0e500b39ca53.tar.gz
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.
Diffstat (limited to 'x11/gtkmm/Makefile')
-rw-r--r--x11/gtkmm/Makefile4
1 files changed, 2 insertions, 2 deletions
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