aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-17 09:57:41 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-17 09:57:41 +0000
commit0bd0f73829787b44d146e9518d6ab9713f29b188 (patch)
treea32ee76c7478c5960df15ba3cde1249d7dd9212d /textproc
parentc2e4f0f15f652dd0059f3e10b518a02be7b5fdad (diff)
downloadports-0bd0f73829787b44d146e9518d6ab9713f29b188.tar.gz
ports-0bd0f73829787b44d146e9518d6ab9713f29b188.zip
Notes
Diffstat (limited to 'textproc')
-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>