diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-08-19 21:40:04 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-08-19 21:40:04 +0000 |
commit | aa16cba7de83b27cff04d00e736b519f4f518cc6 (patch) | |
tree | 02d52aeb5dd43c9dbf2b5589f31940b23b44a370 /app-dicts/stardict/stardict-2.2.1.ebuild | |
parent | Removed old version (diff) | |
download | historical-aa16cba7de83b27cff04d00e736b519f4f518cc6.tar.gz historical-aa16cba7de83b27cff04d00e736b519f4f518cc6.tar.bz2 historical-aa16cba7de83b27cff04d00e736b519f4f518cc6.zip |
gtk+ fixes of old
Diffstat (limited to 'app-dicts/stardict/stardict-2.2.1.ebuild')
-rw-r--r-- | app-dicts/stardict/stardict-2.2.1.ebuild | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/app-dicts/stardict/stardict-2.2.1.ebuild b/app-dicts/stardict/stardict-2.2.1.ebuild index 97abd87a3eaa..79c155305fed 100644 --- a/app-dicts/stardict/stardict-2.2.1.ebuild +++ b/app-dicts/stardict/stardict-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.2.1.ebuild,v 1.7 2004/06/24 21:45:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/stardict/stardict-2.2.1.ebuild,v 1.8 2004/08/19 21:40:04 foser Exp $ inherit gnome2 @@ -49,3 +49,16 @@ pkg_postinst() { echo einfo " emerge -s stardict-" } + +CFLAGS="${CFLAGS} -UG_DISABLE_DEPRECATED \ + -UGDK_DISABLE_DEPRECATED \ + -UGDK_PIXBUF_DISABLE_DEPRECATED \ + -UGTK_DISABLE_DEPRECATED \ + -UGNOME_DISABLE_DEPRECATED" + +CXXFLAGS="${CXXFLAGS} -UG_DISABLE_DEPRECATED \ + -UGDK_DISABLE_DEPRECATED \ + -UGDK_PIXBUF_DISABLE_DEPRECATED \ + -UGTK_DISABLE_DEPRECATED \ + -UGNOME_DISABLE_DEPRECATED" + |