aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmm20/files
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-30 23:30:27 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-30 23:30:27 +0000
commitbecbb54756c073d05e1c23ca301922299dd91567 (patch)
tree05032c436bf6238c231ba33cf4891a4320cf37a6 /x11-toolkits/gtkmm20/files
parent033936902ecfee41edf86c6f81746ced028eab12 (diff)
Update to 2.2.11.
Notes
Notes: svn path=/head/; revision=105737
Diffstat (limited to 'x11-toolkits/gtkmm20/files')
-rw-r--r--x11-toolkits/gtkmm20/files/patch-configure22
1 files changed, 0 insertions, 22 deletions
diff --git a/x11-toolkits/gtkmm20/files/patch-configure b/x11-toolkits/gtkmm20/files/patch-configure
deleted file mode 100644
index 166267ae5b9d..000000000000
--- a/x11-toolkits/gtkmm20/files/patch-configure
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.orig Wed Mar 24 14:29:14 2004
-+++ configure Wed Mar 24 14:37:06 2004
-@@ -21358,10 +21358,6 @@
- std::cout << "Traits<Foo<const int >> --> "
- << cfit.whoami() << std::endl;
-
-- return 0;
-- }
--
-- ;
- return 0;
- }
- _ACEOF
-@@ -21404,7 +21400,7 @@
- if test "x${gtkmm_cv_cxx_can_disambiguate_const_template_specializations}" = "xyes"; then
- {
- cat >>confdefs.h <<\_ACEOF
--#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
-+#define GLIBMM_HAVE_DISAMBIGUOUS_CONST_TEMPLATE_SPECIALIZATIONS 1
- _ACEOF
-
- }