diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 00:22:55 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 00:22:55 +0000 |
commit | 731b7ffa7e02ea06f7ff650cf02331d5ea5e1e31 (patch) | |
tree | 9a7a0802d9547e24dafa6f6b46c09fd5ee462e0f /textproc/xalan-c | |
parent | 0783500376930eb242169bed0d355c25535a05b6 (diff) | |
download | FreeBSD-ports-731b7ffa7e02ea06f7ff650cf02331d5ea5e1e31.zip FreeBSD-ports-731b7ffa7e02ea06f7ff650cf02331d5ea5e1e31.tar.gz |
FORBIDDEN on 502102: Does not respect PTHREAD_{CFLAGS,LIBS}
Diffstat (limited to 'textproc/xalan-c')
-rw-r--r-- | textproc/xalan-c/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile index 6769c22..25c87ad 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= |