]> Pileus Git - ~andy/sunrise/blob - dev-util/mockpp/files/1.11.5-boost_incdir_m4.patch
dev-cpp/libiqxmlrpc: Version bump. Old versions removed.
[~andy/sunrise] / dev-util / mockpp / files / 1.11.5-boost_incdir_m4.patch
1 --- mockpp-1.11.5/config/ac_cxx_boosttest.m4    2006-01-01 18:15:43.000000000 +0100
2 +++ mockpp-1.11.5.new/config/ac_cxx_boosttest.m4        2006-06-24 21:44:44.000000000 +0200
3 @@ -4,7 +4,7 @@
4  
5  AC_ARG_ENABLE(boostdir, [  --boost-dir             directory where the root of the Boost headers is located], [boostdir=NO])
6  
7 -boost_inc_dirs="/usr/include/boost-* /usr/local/include/boost-*"
8 +boost_inc_dirs="/usr/include/boost-* /usr/local/include/boost-* /usr/include"
9  if test x$boostdir != xNO; then
10    boost_inc_dirs="$boost_inc_dirs $boostdir"
11  fi