diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-12-12 17:54:10 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-12-12 17:54:10 +0000 |
commit | 648ec15a6391e6f1e846b4a6a6ad705f2eb90a28 (patch) | |
tree | 540786b4430f7f0e62a548123cee456f057fe363 /gnome-extra/gcalctool/files | |
parent | Moved net-dialup/capi4k-firmware to net-dialup/isdn-firmware (diff) | |
download | gentoo-2-648ec15a6391e6f1e846b4a6a6ad705f2eb90a28.tar.gz gentoo-2-648ec15a6391e6f1e846b4a6a6ad705f2eb90a28.tar.bz2 gentoo-2-648ec15a6391e6f1e846b4a6a6ad705f2eb90a28.zip |
fix deprecation bug
Diffstat (limited to 'gnome-extra/gcalctool/files')
-rw-r--r-- | gnome-extra/gcalctool/files/gcalctool-4.4.20-remove_disable_deprecated.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gnome-extra/gcalctool/files/gcalctool-4.4.20-remove_disable_deprecated.patch b/gnome-extra/gcalctool/files/gcalctool-4.4.20-remove_disable_deprecated.patch new file mode 100644 index 000000000000..6738d16634be --- /dev/null +++ b/gnome-extra/gcalctool/files/gcalctool-4.4.20-remove_disable_deprecated.patch @@ -0,0 +1,30 @@ +diff -uNr gcalctool-4.4.20/gcalctool/Makefile.am gcalctool-4.4.20.depr/gcalctool/Makefile.am +--- gcalctool-4.4.20/gcalctool/Makefile.am 2004-06-09 19:33:20.000000000 +0200 ++++ gcalctool-4.4.20.depr/gcalctool/Makefile.am 2004-12-12 18:41:11.906241520 +0100 +@@ -2,11 +2,6 @@ + + INCLUDES = \ + -I$(includedir) \ +- -DGNOME_DISABLE_DEPRECATED \ +- -DG_DISABLE_DEPRECATED \ +- -DGDK_PIXBUF_DISABLE_DEPRECATED \ +- -DGDK_DISABLE_DEPRECATED \ +- -DGTK_DISABLE_DEPRECATED \ + -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ + -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ + -DPACKAGE_PIXMAP_DIR=\""$(prefix)/$(DATADIRNAME)/pixmaps"\" \ +diff -uNr gcalctool-4.4.20/gcalctool/Makefile.in gcalctool-4.4.20.depr/gcalctool/Makefile.in +--- gcalctool-4.4.20/gcalctool/Makefile.in 2004-10-12 18:44:48.000000000 +0200 ++++ gcalctool-4.4.20.depr/gcalctool/Makefile.in 2004-12-12 18:41:19.871030688 +0100 +@@ -228,11 +228,6 @@ + target_alias = @target_alias@ + INCLUDES = \ + -I$(includedir) \ +- -DGNOME_DISABLE_DEPRECATED \ +- -DG_DISABLE_DEPRECATED \ +- -DGDK_PIXBUF_DISABLE_DEPRECATED \ +- -DGDK_DISABLE_DEPRECATED \ +- -DGTK_DISABLE_DEPRECATED \ + -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ + -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ + -DPACKAGE_PIXMAP_DIR=\""$(prefix)/$(DATADIRNAME)/pixmaps"\" \ |