[mkvtoolnix] fix boost detection on other 64-bit arches (ax_boost_base.m4 too old)

Dan Horák sharkcz at fedoraproject.org
Fri Sep 9 12:45:36 UTC 2011


commit 54761ad49b8842b1ad6bf2d2df9e8d57dcb22ce9
Author: Dan Horák <dan at danny.cz>
Date:   Fri Sep 9 14:45:02 2011 +0200

    fix boost detection on other 64-bit arches (ax_boost_base.m4 too old)

 mkvtoolnix.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mkvtoolnix.spec b/mkvtoolnix.spec
index 679be08..e71416a 100644
--- a/mkvtoolnix.spec
+++ b/mkvtoolnix.spec
@@ -1,7 +1,7 @@
 Summary: Matroska container manipulation utilities
 Name: mkvtoolnix
 Version: 4.9.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/Multimedia
 Source0: http://www.bunkus.org/videotools/mkvtoolnix/sources/%{name}-%{version}.tar.bz2
@@ -48,7 +48,7 @@ for file in AUTHORS ChangeLog ; do
 done
 
 %build
-%configure || cat config.log
+%configure --with-boost-libdir=%{_libdir} || cat config.log
 ./drake %{?_smp_mflags} TOOLS=1 V=1
 
 %install
@@ -139,6 +139,9 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/mime/packages/mkvtoolnix.xml
 
 %changelog
+* Fri Sep 09 2011 Dan Horák <dan[at]danny.cz> - 4.9.1-3
+- fix boost detection on other 64-bit arches (ax_boost_base.m4 too old)
+
 * Sat Jul 23 2011 Nicolas Chauvet <kwizart at gmail.com> - 4.9.1-2
 - Rebuild for boost
 


More information about the scm-commits mailing list