- 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>
12 lines
393 B
Text
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.
|