diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-23 16:03:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-23 16:03:51 +0000 |
commit | daa86974778d1df84482af0f319b9309745ede90 (patch) | |
tree | e3955d656a2f5b6080150c74c6ad443ca6369c6e /x11-themes/gtk-engines2 | |
parent | 977f6e058b691db468b711fd85e6a6949550455e (diff) | |
download | ports-daa86974778d1df84482af0f319b9309745ede90.tar.gz ports-daa86974778d1df84482af0f319b9309745ede90.zip |
Notes
Diffstat (limited to 'x11-themes/gtk-engines2')
-rw-r--r-- | x11-themes/gtk-engines2/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/gtk-engines2/files/patch-pixbuf_pixbuf-draw.c | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/x11-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile index 459bd1c8a73a..f483e6818196 100644 --- a/x11-themes/gtk-engines2/Makefile +++ b/x11-themes/gtk-engines2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-engines2 PORTVERSION= 2.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.2 diff --git a/x11-themes/gtk-engines2/files/patch-pixbuf_pixbuf-draw.c b/x11-themes/gtk-engines2/files/patch-pixbuf_pixbuf-draw.c new file mode 100644 index 000000000000..7d26e2d451bf --- /dev/null +++ b/x11-themes/gtk-engines2/files/patch-pixbuf_pixbuf-draw.c @@ -0,0 +1,11 @@ +--- pixbuf/pixbuf-draw.c.orig Mon Aug 23 11:59:28 2004 ++++ pixbuf/pixbuf-draw.c Mon Aug 23 12:00:13 2004 +@@ -75,7 +75,7 @@ + continue; + + if (image->match_data.detail && +- (!image->match_data.detail || ++ (!match_data->detail || + strcmp (match_data->detail, image->match_data.detail) != 0)) + continue; + |