[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, master, updated. libreoffice_4.0.3-2-6-gdcdd96d



The following commit has been merged in the master branch:
commit 3df8d8fec63e299a3261872f5cbb48cb6cfff8b6
Author: Rene Engelhard <rene@debian.org>
Date:   Wed May 15 23:04:34 2013 +0200

    remove obsolete boost version check; add one for 1.49 with fixed thread

diff --git a/rules b/rules
index 9822371..dbcb33b 100755
--- a/rules
+++ b/rules
@@ -179,8 +179,10 @@ ifeq "$(BOOST_VERSION)" "default"
     BOOST_MINVER= (>= 1.38)
   endif
 endif
-ifeq "$(BOOST_VERSION)" "1.39"
-  BOOST_MINVER= (>= 1.39.0-2)
+ifneq "$(WHEEZY_BACKPORT)" "y"
+  ifeq "$(BOOST_VERSION)" "default"
+  BOOST_MINVER= (>= 1.49.0-4)
+  endif
 endif
 SYSTEM_STUFF += mdds
 SYSTEM_STUFF += vigra

-- 
LibreOffice packaging repository


Reply to: