summaryrefslogtreecommitdiff
path: root/qpid/cpp/boost-1.32-support/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/boost-1.32-support/Makefile')
-rw-r--r--qpid/cpp/boost-1.32-support/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/qpid/cpp/boost-1.32-support/Makefile b/qpid/cpp/boost-1.32-support/Makefile
new file mode 100644
index 0000000000..fb440e26da
--- /dev/null
+++ b/qpid/cpp/boost-1.32-support/Makefile
@@ -0,0 +1,10 @@
+.PHONY: default apply
+
+default:
+ @echo "Run 'make apply' to patch the source"
+
+apply: main.patch ../src/boost
+ patch -d .. -p0 < main.patch
+
+../src/boost: boost.tar.gz
+ tar -C .. -xvzf boost.tar.gz