From 0bd0f73829787b44d146e9518d6ab9713f29b188 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Tue, 17 Feb 2004 09:57:41 +0000 Subject: FORBIDDEN on 5.x: does not respect PTHREAD_{CFLAGS,LIBS} --- textproc/xerces-c/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/xerces-c/Makefile b/textproc/xerces-c/Makefile index 97bd48eaf1da..da51dcd189b8 100644 --- a/textproc/xerces-c/Makefile +++ b/textproc/xerces-c/Makefile @@ -38,6 +38,12 @@ CONFIGURE_ARGS+= -r none PLIST_SUB+= XERCESC_VER=${PORTVERSION:S/./_/g} \ +.include + +.if ${OSVERSION} >= 502102 +FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}" +.endif + pre-configure: ${CHMOD} 700 ${CONFIGURE_WRKSRC}/runConfigure ${CHMOD} 700 ${CONFIGURE_WRKSRC}/configure @@ -45,4 +51,4 @@ pre-configure: post-install: ${STRIP_CMD} ${PREFIX}/lib/libxerces-c${PORTVERSION:S/./_/g}.so -.include +.include -- cgit v1.2.3