summaryrefslogtreecommitdiff
path: root/devel/stlport/patches/patch-aa
AgeCommit message (Collapse)AuthorFilesLines
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam1-4/+4
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
2004-01-05Update to version 4.6:mrauch1-52/+25
* support for compilation with gcc3 added * ANSI conformance fixes * smaller bugfixes and performance optimisations see etc/ChangeLog for a full list E-mail to MAINTAINER bounces, therefore reset to default value
2002-09-30Use buildlink2 and use gcc/buildlink2.mk instead of homegrown GCC detectionjlam1-3/+11
code. We lose the ability to build with PGCC, but that will be added back into gcc/buildlink2.mk soon.
2001-04-30Fix --tag errors associated with building with the latest libtool.jlam1-23/+25
2000-12-27STLport - a complete C++ standard library implementation, base on the freejlam1-0/+83
SGI STL implementation, with emphasis on cross-platform and cross-compiler portability. This package is base on the submission by Emmanuel Dreyfus <p99dreyf@criens.u-psud.fr> in PR#11810, but modified by me to use libtool for library generation and to install the complete set of headers.