------------------------------------------------------------
revno: 1338
committer: Rene Engelhard <[EMAIL PROTECTED]>
branch nick: experimental
timestamp: Mon 2008-12-08 17:08:45 +0100
message:
  build-dep bump for boost if gcc is 4.4
modified:
  rules
=== modified file 'rules'
--- a/rules     2008-12-08 13:42:24 +0000
+++ b/rules     2008-12-08 16:08:45 +0000
@@ -717,7 +717,11 @@
 endif
 
 ifeq "$(USE_SYSTEM_BOOST)" "y"
+  ifeq "$(shell gcc --version | head -n 1 | cut -d" " -f4 | cut -d. -f1,2)" 
"4.4"
+       BUILD_DEPS += , libboost-dev (>= 1.34.1-15)
+  else
        BUILD_DEPS += , libboost-dev
+  endif
        CONFIGURE_FLAGS += --with-system-boost
 endif
 

Reply via email to