diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-19 13:35:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-19 13:35:06 +0800 |
commit | 716e853082f85512d878931d3c2903f4a669c7e8 (patch) | |
tree | 3a24d58f313f014bb8f3aca107a85ec50d2fb1df /devel/glibmm/files/patch-glib_glibmm_date.h | |
parent | ea6bb0f0996a0cf559b13cfa9aef24e8199d6a23 (diff) | |
download | marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.gz marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.bz2 marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.lz marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.xz marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.zst marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.zip |
Remove these ports now that they have been committed to FreeBSD.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8576 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glibmm/files/patch-glib_glibmm_date.h')
-rw-r--r-- | devel/glibmm/files/patch-glib_glibmm_date.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/devel/glibmm/files/patch-glib_glibmm_date.h b/devel/glibmm/files/patch-glib_glibmm_date.h deleted file mode 100644 index 0d249931c..000000000 --- a/devel/glibmm/files/patch-glib_glibmm_date.h +++ /dev/null @@ -1,18 +0,0 @@ ---- glib/glibmm/date.h.orig Mon Feb 6 00:51:03 2006 -+++ glib/glibmm/date.h Mon Feb 6 00:52:08 2006 -@@ -120,6 +120,7 @@ enum DMY - void set_parse (const Glib::ustring& str); - - #ifndef GLIBMM_DISABLE_DEPRECATED -+#if GLIB_SIZEOF_LONG != 4 && !defined(__alpha__) - - /** Sets the value of a date from a GTime (time_t) value. - * -@@ -128,6 +129,7 @@ enum DMY - * @deprecated Please use set_time(time_t) or set_time(const GTimeVal&). - */ - void set_time(GTime time); -+#endif - #endif // GLIBMM_DISABLE_DEPRECATED - - |