summaryrefslogtreecommitdiff
path: root/devel/stlport/Makefile
diff options
context:
space:
mode:
authormrauch <mrauch@pkgsrc.org>2004-01-05 22:14:18 +0000
committermrauch <mrauch@pkgsrc.org>2004-01-05 22:14:18 +0000
commit6db979c8d56a1682c0a689af937a541df6ef4d3f (patch)
treed3d56068c7b69d21d886bb0d1eb3b54f6b0e268d /devel/stlport/Makefile
parent6a258147e897c4203a6e9e1c96d28a387821de3a (diff)
downloadpkgsrc-6db979c8d56a1682c0a689af937a541df6ef4d3f.tar.gz
Update to version 4.6:
* 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
Diffstat (limited to 'devel/stlport/Makefile')
-rw-r--r--devel/stlport/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile
index 2b39a33141c..22accd35de3 100644
--- a/devel/stlport/Makefile
+++ b/devel/stlport/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.12 2003/05/29 23:14:09 grant Exp $
+# $NetBSD: Makefile,v 1.13 2004/01/05 22:14:18 mrauch Exp $
-DISTNAME= STLport-4.0
-PKGNAME= stlport-4.0
-PKGREVISION= 2
+DISTNAME= STLport-4.6
+PKGNAME= stlport-4.6
CATEGORIES= devel
MASTER_SITES= http://www.stlport.com/archive/
-MAINTAINER= p99dreyf@criens.u-psud.fr
+MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.stlport.org/
COMMENT= Complete C++ standard library
@@ -21,15 +20,14 @@ BUILD_DIRS= ${WRKSRC}/src
MAKE_ENV+= CXXFLAGS="${CXXFLAGS}"
MAKEFILE= gcc-libtool.mak
-# A threads implementation isn't necessary when building the library.
-CPPFLAGS+= -D__STL_NO_THREADS
+PTHREAD_OPTS+= require
INCDIR= ${PREFIX}/include/stlport
LIBDIR= ${PREFIX}/lib
HTMLDIR= ${PREFIX}/share/doc/html/stlport
pre-install:
- cd ${WRKSRC}/stlport && ${RM} -rf BC50 SC5 config/new_compiler old_hp
+ cd ${WRKSRC}/stlport && ${RM} -rf BC50 config/new_compiler old_hp
${FIND} ${WRKSRC}/stlport -name "*.orig" | ${XARGS} ${RM} -f
do-install:
@@ -39,7 +37,6 @@ do-install:
${CHMOD} -R a+X ${INCDIR}
for lib in \
libstlport_gcc.la \
- libstlport_gcc_debug.la \
libstlport_gcc_stldebug.la; \
do \
${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/lib/$${lib} ${LIBDIR}; \
@@ -49,4 +46,5 @@ do-install:
cd ${WRKSRC}/doc; ${INSTALL_DATA} *.css *.html ${HTMLDIR}
cd ${WRKSRC}/doc; ${INSTALL_DATA} images/* ${HTMLDIR}/images
+.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"