summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-07-30 23:22:42 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-07-30 23:24:04 -0500
commit14ab4f7775fe203e6e5cd2b9cb4d364c465c4e4e (patch)
tree50c8ebbffd4682e055ddd215421bd36c2db8c789 /lib/Makefile
parent39ce225004e88d397ca3fd3ce2051d54eedaecc0 (diff)
downloadfork-ledger-14ab4f7775fe203e6e5cd2b9cb4d364c465c4e4e.tar.gz
fork-ledger-14ab4f7775fe203e6e5cd2b9cb4d364c465c4e4e.tar.bz2
fork-ledger-14ab4f7775fe203e6e5cd2b9cb4d364c465c4e4e.zip
Updated to Boost 1.50
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index cb05e44d..92ec38ce 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -6,7 +6,7 @@ STOW_ROOT = /usr/local/stow
PRODUCTS = $(HOME)/Products
GCC_VERSION = 4.7
-BOOST_VERSION = 1_49_0
+BOOST_VERSION = 1_50_0
CC = gcc-mp-$(GCC_VERSION)
ifeq ($(CC),clang)
@@ -27,7 +27,7 @@ BOOST_SOURCE = boost-release
ifeq ($(GCC_VERSION),4.7)
BOOST_DEFINES = define=_GLIBCXX__PTHREADS=1
else
-BOOST_DEFINES =
+BOOST_DEFINES =
endif
ifeq ($(CC),clang)
BOOST_TOOLSET = clang