]> git.pld-linux.org Git - packages/gtkmm.git/commitdiff
- cxx.m4 bugfix
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 29 Mar 2004 22:57:22 +0000 (22:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gtkmm-ac.patch -> 1.1

gtkmm-ac.patch [new file with mode: 0644]

diff --git a/gtkmm-ac.patch b/gtkmm-ac.patch
new file mode 100644 (file)
index 0000000..5012fa9
--- /dev/null
@@ -0,0 +1,11 @@
+--- gtkmm-2.2.10/scripts/cxx.m4.orig   2004-03-14 00:39:32.000000000 +0100
++++ gtkmm-2.2.10/scripts/cxx.m4        2004-03-29 21:57:55.710744944 +0200
+@@ -199,7 +199,7 @@
+   if test "x${gtkmm_cv_cxx_can_disambiguate_const_template_specializations}" = "xyes"; then
+   {
+-    AC_DEFINE([GLIBMM_HAVE_DISAMBIGUOUS_CONST_TEMPLATE_SPECIALIZATIONS],[1, [Defined if the compiler does not find it ambiguous to have both const and non-const template specializations]])
++    AC_DEFINE([GLIBMM_HAVE_DISAMBIGUOUS_CONST_TEMPLATE_SPECIALIZATIONS],[1], [Defined if the compiler does not find it ambiguous to have both const and non-const template specializations])
+   }
+   fi
+ ])
This page took 0.082884 seconds and 4 git commands to generate.