summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/mockpp/files/1.13.0-boost_incdir_m4.patch')
-rw-r--r--dev-util/mockpp/files/1.13.0-boost_incdir_m4.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/mockpp/files/1.13.0-boost_incdir_m4.patch b/dev-util/mockpp/files/1.13.0-boost_incdir_m4.patch
new file mode 100644
index 000000000..c84b80b08
--- /dev/null
+++ b/dev-util/mockpp/files/1.13.0-boost_incdir_m4.patch
@@ -0,0 +1,11 @@
+--- mockpp-1.11.5/config/ac_cxx_boosttest.m4 2006-01-01 18:15:43.000000000 +0100
++++ mockpp-1.11.5.new/config/ac_cxx_boosttest.m4 2006-06-24 21:44:44.000000000 +0200
+@@ -4,7 +4,7 @@
+
+ AC_ARG_ENABLE(boostdir, [ --boost-dir directory where the root of the Boost headers is located], [boostdir=NO])
+
+-boost_inc_dirs="/usr/include/boost-* /usr/local/include/boost-*"
++boost_inc_dirs="/usr/include/boost-* /usr/local/include/boost-* /usr/include"
+ if test x$boostdir != xNO; then
+ boost_inc_dirs="$boost_inc_dirs $boostdir"
+ fi