[fontforge] Add patch for multilib. Fixes bug #694409

paragn paragn at fedoraproject.org
Thu Apr 7 09:59:19 UTC 2011


commit ba08a62fab7df5940c67f581126a8e8bb41aa226
Author: Parag Nemade <paragn at fedoraproject.org>
Date:   Thu Apr 7 15:29:09 2011 +0530

    Add patch for multilib. Fixes bug #694409

 fontforge-20110222-multilib.patch |   11 +++++++++++
 fontforge.spec                    |    7 ++++++-
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/fontforge-20110222-multilib.patch b/fontforge-20110222-multilib.patch
new file mode 100644
index 0000000..79e5bc1
--- /dev/null
+++ b/fontforge-20110222-multilib.patch
@@ -0,0 +1,11 @@
+--- configure.bak	2011-02-19 00:55:16.000000000 +0530
++++ configure	2011-04-07 10:43:26.442012820 +0530
+@@ -4676,7 +4676,7 @@
+  LIBS="-Wl,/System/Library/Frameworks/CoreServices.framework/CoreServices $LIBS"
+ 
+  ;;
+-powerpc-*-*linux*)
++powerpc*-*-*linux*)
+  $as_echo "#define _Keyboard 3" >>confdefs.h
+ 
+  ;;
diff --git a/fontforge.spec b/fontforge.spec
index 435eba1..d99903d 100644
--- a/fontforge.spec
+++ b/fontforge.spec
@@ -5,7 +5,7 @@
 
 Name:           fontforge
 Version:        20110222
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Outline and bitmap font editor
 
 Group:          Applications/Publishing
@@ -15,6 +15,7 @@ Source0:        http://downloads.sourceforge.net/fontforge/fontforge_full-%{vers
 Source2:        http://downloads.sourceforge.net/fontforge/fontforge_htdocs-%{docs_version}.tar.bz2
 Patch1:         fontforge-20090224-pythondl.patch
 Patch2:         fontforge-20100501-select-points-crash.patch
+Patch3:	        fontforge-20110222-multilib.patch	
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:       xdg-utils
@@ -57,6 +58,7 @@ to compile applications against fontforge.
 
 %patch1 -p1
 %patch2 -p1
+%patch3 -p0
 
 mkdir htdocs
 tar xjf %{SOURCE2} -C htdocs
@@ -147,6 +149,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Thu Apr 07 2011 Parag Nemade <paragn AT fedoraproject.org> - 2011022-4
+- Add patch for multilib. Fixes bug #694409
+
 * Thu Mar 31 2011 Paul Flo Williams <paul at frixxon.co.uk> - 20110222-3
 - Add patch for charview crash. Fixes bug #660376
 


More information about the fonts-bugs mailing list