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 | |
parent | 46f2f690d51a6d37528125c66d72f0bdda710993 (diff) | |
download | ports-968801aad38d70ad961afec2c83fab0b359873ae.tar.gz ports-968801aad38d70ad961afec2c83fab0b359873ae.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Xerces/Makefile | 4 | ||||
-rw-r--r-- | textproc/xalan-c/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile index 5ea3a5acdfca..4a67f3e5292c 100644 --- a/textproc/p5-XML-Xerces/Makefile +++ b/textproc/p5-XML-Xerces/Makefile @@ -33,6 +33,10 @@ USE_GMAKE= yes IGNORE= "requires perl 5.6.x or later. Install lang/perl5 and try again" .endif +.if ${OSVERSION} >= 502102 +FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}" +.endif + post-patch: @${PERL} -pi -e "s|-lpthread|${PTHREAD_LIBS}|" ${WRKSRC}/Makefile.PL 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= |