diff options
Diffstat (limited to 'math/gcalctool/patches/patch-aa')
-rw-r--r-- | math/gcalctool/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
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"\" \ |