ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/devel/boost-libs/files/patch-boost__libs__context__build__Jamfile.v2
Revision: 19732
Committed: Thu Aug 13 02:26:47 2015 UTC (8 years, 8 months ago) by laffer1
Content type: text/plain
File size: 299 byte(s)
Log Message:
update boost library to 1.55.0. Based on FreeBSD port

File Contents

# Content
1 --- libs/context/build/Jamfile.v2.orig 2014-09-22 13:05:35.000000000 +0000
2 +++ libs/context/build/Jamfile.v2 2014-09-22 13:05:45.000000000 +0000
3 @@ -66,7 +66,7 @@ feature.set-default abi : [ default_abi
4
5 actions gas
6 {
7 - as -o "$(<)" "$(>)"
8 + ${CC} -c -o "$(<)" "$(>)"
9 }
10
11 actions armasm

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain