]> git.pld-linux.org Git - packages/hugin.git/commitdiff
- hack boost_libdir to be lib64-aware; BR: boost-any-devel for configure checks
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 May 2005 00:37:48 +0000 (00:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hugin.spec -> 1.5

hugin.spec

index 6fd6d77a48c9cd95c3fc040db819728fa2782fd9..f2ce8800f89c09e00941f35d53aba5091e57c3bb 100644 (file)
@@ -13,6 +13,7 @@ Patch0:               %{name}-cvs.patch
 Patch1:                %{name}-pl.po-update.patch
 Patch2:                %{name}-defaults.patch
 URL:           http://hugin.sf.net/
+BuildRequires: boost-any-devel
 BuildRequires: boost-test-devel
 BuildRequires: gettext-devel
 BuildRequires: gtk+2-devel >= 2.0.3
@@ -21,6 +22,7 @@ BuildRequires:        libpano12-devel
 BuildRequires: libpng-devel
 BuildRequires: libstdc++-devel
 BuildRequires: libtiff-devel
+BuildRequires: sed >= 4.0
 BuildRequires: wxGTK2-devel >= 2.6.0
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -48,6 +50,8 @@ pakiety tak
 %patch1 -p1
 %patch2 -p1
 
+sed -i -e 's,ac_boost_libdir=.*/lib.*,ac_boost_libdir=/usr/%{_lib},' configure
+
 %build
 %configure \
        --with-wx-config=wx-gtk2-ansi-config
This page took 0.070819 seconds and 4 git commands to generate.