summaryrefslogtreecommitdiff
path: root/graphics/gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in')
-rw-r--r--graphics/gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/graphics/gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in b/graphics/gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in
deleted file mode 100644
index 8ffd8659206d..000000000000
--- a/graphics/gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in
+++ /dev/null
@@ -1,12 +0,0 @@
---- pixmaps/Makefile.in.orig 2010-06-22 06:24:15.000000000 +0400
-+++ pixmaps/Makefile.in 2011-02-09 12:13:59.000000000 +0300
-@@ -365,7 +365,8 @@
- echo $$i | sed -e 's;\..*;;' -e 's;-;_;g' ; \
- echo -n $$i" " ; \
- done) | \
-- sed -e '/pixel_data:/a(guint8 *)' ; \
-+ sed -e '/pixel_data:/a\
-+ (guint8 *)' ; \
- } > $@
-
- # Tell versions [3.59,3.63) of GNU make to not export all variables.