diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 09:41:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 09:41:24 +0800 |
commit | 2c04e2178d3ccce17af9d227a165f4025e1baf27 (patch) | |
tree | a95d6ef7b169e6753fca6a89006355f69851345e /devel/glibmm/files/patch-glib_glibmm_date.cc | |
parent | 97baa1cd09aa858ef3a8e9ad473cc43e7dcacebb (diff) | |
download | marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.gz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.bz2 marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.lz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.xz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.zst marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.zip |
Remove these ports now that they are in the ports tree.
Next stop, GNOME 2.15.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6155 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glibmm/files/patch-glib_glibmm_date.cc')
-rw-r--r-- | devel/glibmm/files/patch-glib_glibmm_date.cc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/glibmm/files/patch-glib_glibmm_date.cc b/devel/glibmm/files/patch-glib_glibmm_date.cc deleted file mode 100644 index bac31b4c9..000000000 --- a/devel/glibmm/files/patch-glib_glibmm_date.cc +++ /dev/null @@ -1,17 +0,0 @@ ---- glib/glibmm/date.cc.orig Mon Feb 6 00:50:58 2006 -+++ glib/glibmm/date.cc Mon Feb 6 00:51:32 2006 -@@ -72,12 +72,14 @@ void Date::set_parse(const Glib::ustring - } - - #ifndef GLIBMM_DISABLE_DEPRECATED -+#if GLIB_SIZEOF_LONG != 4 && !defined(__alpha__) - - void Date::set_time(GTime time) - { - //This method, and the C function that it wraps, are deprecated. - g_date_set_time(&gobject_, time); - } -+#endif - #endif // GLIBMM_DISABLE_DEPRECATED - - |