summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/xerces-c/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>