K 10 svn:author V 7 delphij K 8 svn:date V 27 2011-01-27T20:47:30.000000Z K 7 svn:log V 392 crypto++ assumes that the as(1) in PATH is the one used by c++(1), which is not always true. When PATH is being configured to a non-standard sequence, we may found an as(1) newer than the base one and draw wrong conclusion which leads to failed builds. Use the result given by c++. This is also accepted to upstream. PR: ports/154325 Submitted by: swell.k gmail.com Feature safe: yes END