[newlisp] Fix utf8 build on non x86 arches

Peter Robinson pbrobinson at fedoraproject.org
Mon Dec 10 09:04:44 UTC 2012


commit a3000cbf6a59663c9bb7ad538fa226bfb7e8e8b0
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Dec 10 09:04:39 2012 +0000

    Fix utf8 build on non x86 arches

 newlisp.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/newlisp.spec b/newlisp.spec
index 9c4cdb1..93b0dcb 100644
--- a/newlisp.spec
+++ b/newlisp.spec
@@ -1,6 +1,6 @@
 Name:           newlisp
 Version:        10.4.3
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Lisp-like general purpose scripting
 
 License:        GPLv3+
@@ -24,6 +24,8 @@ applications.
 # Remove it from the general build and specify it on supported platforms below
 sed -i.m32 's/\-m32 //' makefile_linux
 sed -i.m64 's/\-m64 //' makefile_linuxLP64
+sed -i.m32 's/\-m32 //' makefile_linux_utf8
+sed -i.m64 's/\-m64 //' makefile_linuxLP64_utf8
 
 %build
 %configure
@@ -55,6 +57,9 @@ make install_home HOME=%{buildroot}/usr/
 
 
 %changelog
+* Mon Dec  8 2012 Peter Robinson <pbrobinson at fedoraproject.org> 10.4.3-6
+- Fix utf8 build on non x86 arches
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 10.4.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list