diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-16 01:57:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-16 01:57:27 +0000 |
commit | 8431636b7ccbd518acde913ee6432450ec082499 (patch) | |
tree | be18a296de40ec6c33ec95ddce113f81838dffd5 /devel/stlport | |
parent | 2b018847daf76badc1aace3bceeae0767bf273a2 (diff) | |
download | ports-8431636b7ccbd518acde913ee6432450ec082499.tar.gz ports-8431636b7ccbd518acde913ee6432450ec082499.zip |
Notes
Diffstat (limited to 'devel/stlport')
-rw-r--r-- | devel/stlport/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index 5dd7c2f5c875..8a0b616fefa8 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -23,6 +23,10 @@ COMMENT?= Adaptation of SGI's Standard Template Library BROKEN= "Requires /usr/include/wchar.h for compilation" .endif +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}/src PATCH_WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/} USE_GMAKE= yes |