[monodevelop] Add x86_64 build fix

Christian Krause chkr at fedoraproject.org
Sun Sep 11 22:27:45 UTC 2011


commit f8e7ab3eefbf91d9e950c9fa041162cbe694b8bf
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Mon Sep 12 00:24:50 2011 +0200

    Add x86_64 build fix

 monodevelop.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/monodevelop.spec b/monodevelop.spec
index 4b7a108..26816c8 100644
--- a/monodevelop.spec
+++ b/monodevelop.spec
@@ -72,6 +72,7 @@ find . -name Makefile.in -or -name \*.pc.in \
            sed -i -e 's!$(prefix)/lib/!%{_libdir}/!' \
                -e 's!@prefix@/lib/!%{_libdir}/!' \
                -e 's!/usr/lib/!%{_libdir}/!' \
+	       -e 's!^MSB_REF_PREFIX :=.*!MSB_REF_PREFIX := %{_libdir}/mono/3.5/!' \
                -e 's!${exec_prefix}/lib/!%{_libdir}/!' "$f" 1>/dev/null
          done
 
@@ -151,6 +152,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 - Drop upstreamed patches
 - Update unbundle-nunit patch
 - Delete shipped *.dll files in %%prep
+- Add x86_64 build fix
 
 * Wed May 04 2011 Christian Krause <chkr at fedoraproject.org> - 2.4.2-4
 - fix startup issue with newer GTK+ (BZ #679373) by adding


More information about the scm-commits mailing list