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/p5-XML-Xerces/Makefile | |
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/p5-XML-Xerces/Makefile')
-rw-r--r-- | textproc/p5-XML-Xerces/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-XML-Xerces/Makefile b/textproc/p5-XML-Xerces/Makefile index 5ea3a5a..4a67f3e 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 |