summaryrefslogtreecommitdiff
path: root/devel/glibmm/patches/patch-aa
blob: aa8831117549d828992a31dd43dcc5b51913a5a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.2 2006/11/11 20:12:24 adam Exp $

--- glib/glibmm/date.h.orig	2006-10-16 11:26:32.000000000 +0200
+++ glib/glibmm/date.h
@@ -24,7 +24,9 @@
  */
 
 
+#if !defined(_LP64)
   #undef G_DISABLE_DEPRECATED //So we can use deprecated functions in our deprecated methods.
+#endif
  
 #include <glibmm/ustring.h>