From 968801aad38d70ad961afec2c83fab0b359873ae Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Tue, 17 Feb 2004 00:22:55 +0000 Subject: FORBIDDEN on 502102: Does not respect PTHREAD_{CFLAGS,LIBS} --- textproc/xalan-c/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'textproc/xalan-c') diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile index 6769c22b7d04..25c87ad79cdc 100644 --- a/textproc/xalan-c/Makefile +++ b/textproc/xalan-c/Makefile @@ -64,6 +64,10 @@ CONFIGURE_ARGS+= -p freebsd -c ${CC} -x ${CXX} -z -I${LOCALBASE}/include -C --pr .include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" .endif +.if ${OSVERSION} >= 502102 +FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}" +.endif + .if defined(DEBUG) CONFIGURE_ARGS+= -d STRIP= -- cgit v1.2.3