From be44ac2a0492a3f409fd20c2035df9e344f04e5a Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 17 Mar 2011 15:52:13 +0100 Subject: [PATCH] gtkglextmm: fixed by removing '-D*DISABLE_DEPRECATED' through GCC_WRAPPER_REMOVE Note: error: 'GdkSpanFunc' has not been declared http://bugs.gentoo.org/show_bug.cgi?id=342905 https://bugzilla.gnome.org/show_bug.cgi?id=636831 --- gtk+/gtkglextmm/gtkglextmm.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk+/gtkglextmm/gtkglextmm.conf b/gtk+/gtkglextmm/gtkglextmm.conf index 2f1fe4dc0..8088fd297 100644 --- a/gtk+/gtkglextmm/gtkglextmm.conf +++ b/gtk+/gtkglextmm/gtkglextmm.conf @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../gtkglextmm/gtkglextmm.conf +# Copyright (C) 2011 The OpenSDE Project # Copyright (C) 2006 The T2 SDE Project # # More information can be found in the files COPYING and README. @@ -13,3 +14,6 @@ # --- SDE-COPYRIGHT-NOTE-END --- var_append confopt ' ' "--disable-gtkglext-test" + +# avoid error: 'GdkSpanFunc' has not been declared +var_append GCC_WRAPPER_REMOVE ' ' '-D*DISABLE_DEPRECATED'