From d53b7de5ec97666bb0379fdd25758d5d3b0fcfcd Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Fri, 2 May 2014 12:39:39 +0200 Subject: [PATCH] patch boost the correct way --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f1250e93..c872cede8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ before_script: - mkdir build - cd build - cmake .. $CMAKEOPTIONS - - curl https://gist.githubusercontent.com/DennisOSRM/35b1780f6e3f8f1e3143/raw/f8695c9f352850557838fa5f5f5a03b3812fdb22/boost.diff|patch -p + - curl https://gist.githubusercontent.com/DennisOSRM/35b1780f6e3f8f1e3143/raw/35ea1f4041d62f77d0cb0b14b80b089113ed5a75/boost.diff| sudo patch -p0 script: - make -j 2 - cd ..