1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

temporarily, I mark it BROKEN in 4.x.

(maybe compiler problem)

Approved by:	kris
This commit is contained in:
CHOI Junho 2006-08-13 07:50:17 +00:00
parent 3f549711cb
commit a36eef014f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170453

View File

@ -28,6 +28,10 @@ CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not compile on FreeBSD 4.x
.endif
.if ${OSVERSION} < 500035
BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport