freebsd-ports/graphics/gimp-focusblur-plugin/files/patch-pixmaps-Makefile.in
Martin Wilke da77d48a55 - Update to 3.2.6
- Update MASTER_SITES
- Add LICENSE
- Remove now not existing --disable-rpath from CONFIGURE_ARGS
- Update WWW in pkg-descr

PR:		154610
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
2011-02-10 16:38:03 +00:00

12 lines
393 B
Text

--- 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.