5 Oct 03:53
BSDBuild: r732 - trunk/BSDBuild
From: Notices of SVN commits on the BSDBuild source repository <bsdbuild-commits@...>
Subject: BSDBuild: r732 - trunk/BSDBuild
Newsgroups: gmane.comp.sysutils.bsdbuild.scm
Date: 2008-10-05 01:54:25 GMT
Subject: BSDBuild: r732 - trunk/BSDBuild
Newsgroups: gmane.comp.sysutils.bsdbuild.scm
Date: 2008-10-05 01:54:25 GMT
Author: vedge Date: 2008-10-04 22:54:06 -0300 (Sat, 04 Oct 2008) New Revision: 732 Modified: trunk/BSDBuild/pthreads.pm Log: test for the pthreadsGC* libraries from Pthreads-w32; patch from Ryan Lindeman. Modified: trunk/BSDBuild/pthreads.pm =================================================================== --- trunk/BSDBuild/pthreads.pm 2008-09-28 06:05:03 UTC (rev 731) +++ trunk/BSDBuild/pthreads.pm 2008-10-05 01:54:06 UTC (rev 732) @@ -25,10 +25,36 @@ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE # USE OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.. -my $pthreads_test = << 'EOF'; +my @include_dirs = ( + '/usr/include/pthreads', + '/usr/local/include', + '/usr/local/include/pthreads', +); + +my @lib_dirs = ( + '/usr/local/lib', +); + +my @lib_files = ( + 'pthread',(Continue reading)
RSS Feed