diff options
author | drochner <drochner@pkgsrc.org> | 2007-09-29 13:07:46 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-09-29 13:07:46 +0000 |
commit | 50d37dec0624c616127988a9a099feb3aab709ad (patch) | |
tree | 02be5d00679f6f8e2c198ce597698f3c84328fad /math/gcalctool | |
parent | 97471bf21e496576ef9ba2e6499a192b28f7d54f (diff) | |
download | pkgsrc-50d37dec0624c616127988a9a099feb3aab709ad.tar.gz |
make this compile with gtk-2.12, basically from Yakovetsky Vladimir
per PR pkg/37035, fixed differently (not for technical reasons but for
consistency with pkgsrc/x11/gnome2-applets)
Diffstat (limited to 'math/gcalctool')
-rw-r--r-- | math/gcalctool/distinfo | 3 | ||||
-rw-r--r-- | math/gcalctool/patches/patch-aa | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/math/gcalctool/distinfo b/math/gcalctool/distinfo index 7036299f876..ab75d27e8ef 100644 --- a/math/gcalctool/distinfo +++ b/math/gcalctool/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.26 2007/04/11 18:23:13 drochner Exp $ +$NetBSD: distinfo,v 1.27 2007/09/29 13:07:46 drochner Exp $ SHA1 (gcalctool-5.9.14.tar.bz2) = 299489f6090c3f88cca754e8a513b8a8e3d16cf9 RMD160 (gcalctool-5.9.14.tar.bz2) = a790a820c1b2e7321badc2ef3aef4f814159baac Size (gcalctool-5.9.14.tar.bz2) = 1189518 bytes +SHA1 (patch-aa) = eea2a8cf270d35de75555c90ea12308a45e852a6 diff --git a/math/gcalctool/patches/patch-aa b/math/gcalctool/patches/patch-aa new file mode 100644 index 00000000000..f477249297b --- /dev/null +++ b/math/gcalctool/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.13 2007/09/29 13:07:46 drochner Exp $ + +--- gcalctool/Makefile.in.orig 2007-09-29 15:00:28.000000000 +0200 ++++ gcalctool/Makefile.in +@@ -262,7 +262,6 @@ INCLUDES = \ + -DGDK_PIXBUF_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ + -DGNOME_DISABLE_DEPRECATED \ +- -DGTK_DISABLE_DEPRECATED \ + -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ + -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ + -DPACKAGE_PIXMAP_DIR=\""$(prefix)/$(DATADIRNAME)/pixmaps"\" \ |