[sugar-paint] fix patch

Peter Robinson pbrobinson at fedoraproject.org
Sun Nov 4 12:02:06 UTC 2012


commit 6117a8be67280f2b0c3f2c90cfbef6ab16054a50
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Nov 4 12:01:54 2012 +0000

    fix patch

 sugar-paint-Fedora.patch |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/sugar-paint-Fedora.patch b/sugar-paint-Fedora.patch
index 8be3cb1..ee2fd9f 100644
--- a/sugar-paint-Fedora.patch
+++ b/sugar-paint-Fedora.patch
@@ -1,13 +1,16 @@
-diff -up Paint.activity/fill/Makefile.fedora Paint.activity/fill/Makefile
---- Paint.activity/fill/Makefile.fedora	2012-03-08 11:05:16.727671157 -0500
-+++ Paint.activity/fill/Makefile	2012-03-08 11:05:49.522396810 -0500
-@@ -47,10 +47,12 @@ ARCH = $(shell if [ -z "$(shell arch | g
-         echo $(ARCH_OUT) | grep 64 >/dev/null && echo linux64 || echo linux32; \
-     else \
+--- Paint-48/fill/Makefile.orig	2012-11-04 11:46:52.000000000 +0000
++++ Paint-48/fill/Makefile	2012-11-04 12:01:02.083680917 +0000
+@@ -41,6 +41,8 @@
+ 
+ ARCH_OUT = $(shell arch)
  
 +LIB_DIR = lib
 +
- all: _fill.so
+ ARCH = $(shell if [ -z "$(shell arch | grep arm)" ]; then \
+         echo $(ARCH_OUT) | grep 64 >/dev/null && echo linux64 || echo linux32; \
+     else \
+@@ -48,7 +50,7 @@
+     fi)
  	rm -rf $(LIB_DIR)
  	mkdir $(LIB_DIR)
 -	strip -s _fill.so


More information about the scm-commits mailing list