diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 00:22:55 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 00:22:55 +0000 |
commit | 968801aad38d70ad961afec2c83fab0b359873ae (patch) | |
tree | f319bdda846ea9ba111fabd417be2ed4c233ef00 /textproc/xalan-c | |
parent | 46f2f690d51a6d37528125c66d72f0bdda710993 (diff) | |
download | ports-968801aad38d70ad961afec2c83fab0b359873ae.tar.gz ports-968801aad38d70ad961afec2c83fab0b359873ae.zip |
Notes
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 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= |