diff options
author | marcus <marcus@FreeBSD.org> | 2009-01-12 02:22:53 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-01-12 02:22:53 +0800 |
commit | f9e154fd52fd140b5b9f1388b90e52ab2495af4d (patch) | |
tree | d5791bff5f20f7824eafe9fb168d4cf0c7bfc6e6 /graphics | |
parent | 9b5b4f15fec1c959490eab2c30d930977fd71616 (diff) | |
download | freebsd-ports-gnome-f9e154fd52fd140b5b9f1388b90e52ab2495af4d.tar.gz freebsd-ports-gnome-f9e154fd52fd140b5b9f1388b90e52ab2495af4d.tar.zst freebsd-ports-gnome-f9e154fd52fd140b5b9f1388b90e52ab2495af4d.zip |
Fix the build with GTK+ 2.14.
Reported by: pointyhat via pav
Diffstat (limited to 'graphics')
-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) |