diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-02 19:01:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-02 19:01:04 +0000 |
commit | 9a0d0575be112a06e86c667ac754258a70d16b96 (patch) | |
tree | c577f033f5d2fdd41cbf57ae6e68e21315e1bfa6 /devel/stlport | |
parent | 0148a5a042bf86baa4e025a2e3e31d3a9b379025 (diff) | |
download | ports-9a0d0575be112a06e86c667ac754258a70d16b96.tar.gz ports-9a0d0575be112a06e86c667ac754258a70d16b96.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 e2aff4807b4b..7ecd2dc1c865 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -28,6 +28,10 @@ BROKEN= "Segfault during build on alpha" BROKEN= "Requires /usr/include/wchar.h for compilation" .endif +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}/src PATCH_WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/} USE_GMAKE= yes |