diff options
author | kris <kris@FreeBSD.org> | 2003-10-16 09:57:27 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-10-16 09:57:27 +0800 |
commit | d4181be2af762d0388b6ce3706e1d21ba09315aa (patch) | |
tree | e2459313940e6dbb2ffbe99fe0e0887bc61ce1b9 /devel/stlport | |
parent | 7107799d9a18ec188fafec3dd4245f9505ae412e (diff) | |
download | freebsd-ports-gnome-d4181be2af762d0388b6ce3706e1d21ba09315aa.tar.gz freebsd-ports-gnome-d4181be2af762d0388b6ce3706e1d21ba09315aa.tar.zst freebsd-ports-gnome-d4181be2af762d0388b6ce3706e1d21ba09315aa.zip |
BROKEN on 5.x: does not compile
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 |