diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 17:57:41 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 17:57:41 +0800 |
commit | 2b9399a06b12524864dc23801b6b82fbfa5daa94 (patch) | |
tree | ce50f09139d0dec4e98cab79b32fd186fd70f06a /textproc/xerces-c | |
parent | 18f12bb9e81c59e1de896b47d83df4644e40701f (diff) | |
download | freebsd-ports-gnome-2b9399a06b12524864dc23801b6b82fbfa5daa94.tar.gz freebsd-ports-gnome-2b9399a06b12524864dc23801b6b82fbfa5daa94.tar.zst freebsd-ports-gnome-2b9399a06b12524864dc23801b6b82fbfa5daa94.zip |
FORBIDDEN on 5.x: does not respect PTHREAD_{CFLAGS,LIBS}
Diffstat (limited to 'textproc/xerces-c')
-rw-r--r-- | textproc/xerces-c/Makefile | 8 |
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> |