aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk--
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2004-10-16 15:47:02 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2004-10-16 15:47:02 +0000
commit89c5e94fec3dce2259a51da02e762ae0a5e6acb8 (patch)
tree445e155f56bc94b3998b57459c19699ae513da55 /x11-toolkits/gtk--
parent9d2de8188624b9584f94fec5e1efc85ec882b026 (diff)
downloadports-89c5e94fec3dce2259a51da02e762ae0a5e6acb8.tar.gz
ports-89c5e94fec3dce2259a51da02e762ae0a5e6acb8.zip
Notes
Diffstat (limited to 'x11-toolkits/gtk--')
-rw-r--r--x11-toolkits/gtk--/Makefile2
-rw-r--r--x11-toolkits/gtk--/files/patch-src::gtkmmproc::stage1.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtk--/Makefile b/x11-toolkits/gtk--/Makefile
index b279afe27357..8d6e34506d30 100644
--- a/x11-toolkits/gtk--/Makefile
+++ b/x11-toolkits/gtk--/Makefile
@@ -7,7 +7,7 @@
PORTNAME= gtkmm
PORTVERSION= 1.2.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gtkmm/1.2
diff --git a/x11-toolkits/gtk--/files/patch-src::gtkmmproc::stage1.m4 b/x11-toolkits/gtk--/files/patch-src::gtkmmproc::stage1.m4
index 0000d4380d5f..a735e9378d47 100644
--- a/x11-toolkits/gtk--/files/patch-src::gtkmmproc::stage1.m4
+++ b/x11-toolkits/gtk--/files/patch-src::gtkmmproc::stage1.m4
@@ -5,7 +5,7 @@
class __CPPNAME__`'_Class;
}
-namespace Gtk { __NAMESPACE__::__CPPNAME__ *wrap (__CNAME__ *o); }
-+namespace Gtk { template<> struct Wrap<__CNAME__> { typedef __CPPNAME__ CppType; }; }
++namespace Gtk { template<> struct Wrap<__CNAME__> { typedef __NAMESPACE__::__CPPNAME__ CppType; }; }
dnl
dnl
GTKMM_SECTION(PRIVATE)