diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-11 18:22:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-11 18:22:53 +0000 |
commit | 31a46efeea90c684c17679469a52b40ff9684de1 (patch) | |
tree | 2a1bca2c69ffc287db87ce384b41c9cd1079cd1c /graphics/gimageview | |
parent | c945a46b232f9705f4271f16defc357d142eced8 (diff) | |
download | ports-31a46efeea90c684c17679469a52b40ff9684de1.tar.gz ports-31a46efeea90c684c17679469a52b40ff9684de1.zip |
Fix the build with GTK+ 2.14.
Reported by: pointyhat via pav
Notes
Notes:
svn path=/head/; revision=225751
Diffstat (limited to 'graphics/gimageview')
-rw-r--r-- | graphics/gimageview/files/patch-src_gimv_cell_pixmap.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gimageview/files/patch-src_gimv_cell_pixmap.c b/graphics/gimageview/files/patch-src_gimv_cell_pixmap.c new file mode 100644 index 000000000000..8a5424c95b71 --- /dev/null +++ b/graphics/gimageview/files/patch-src_gimv_cell_pixmap.c @@ -0,0 +1,13 @@ +--- src/gimv_cell_pixmap.c.orig 2009-01-11 13:18:44.000000000 -0500 ++++ src/gimv_cell_pixmap.c 2009-01-11 13:18:52.000000000 -0500 +@@ -25,10 +25,6 @@ + * Copyright (C) 2000 Red Hat, Inc., Jonathan Blandford <jrb@redhat.com> + */ + +-#ifndef GTK_DISABLE_DEPRECATED +-# define GTK_DISABLE_DEPRECATED +-#endif /* GTK_DISABLE_DEPRECATED */ +- + #include "gimv_cell_pixmap.h" + + #if (GTK_MAJOR_VERSION >= 2) |