|
Boost-Commit : |
From: steven_at_[hidden]
Date: 2008-07-12 12:48:49
Author: steven_watanabe
Date: 2008-07-12 12:48:48 EDT (Sat, 12 Jul 2008)
New Revision: 47359
URL: http://svn.boost.org/trac/boost/changeset/47359
Log:
Quote freebsd
Text files modified:
branches/build/python_port/python/boost/build/tools/builtin.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: branches/build/python_port/python/boost/build/tools/builtin.py
==============================================================================
--- branches/build/python_port/python/boost/build/tools/builtin.py (original)
+++ branches/build/python_port/python/boost/build/tools/builtin.py 2008-07-12 12:48:48 EDT (Sat, 12 Jul 2008)
@@ -101,7 +101,7 @@
elif host_os == 'DRAGONFLYBSD': host_os = 'bsd'
elif host_os == 'IRIX': host_os = 'sgi'
elif host_os == 'MACOSX': host_os = 'darwin'
- elif host_os == 'KFREEBSD': host_os = freebsd
+ elif host_os == 'KFREEBSD': host_os = 'freebsd'
elif host_os == 'LINUX': host_os = 'linux'
else: host_os = 'unix'
return host_os.lower()
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk