diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 00:20:41 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-17 00:20:41 +0000 |
commit | 46f2f690d51a6d37528125c66d72f0bdda710993 (patch) | |
tree | c00fb7e26f978e68b805954a5a1c1700f2446a58 /textproc | |
parent | c76cdd9325135aa2445e1dcd3e03bb16d8617529 (diff) | |
download | ports-46f2f690d51a6d37528125c66d72f0bdda710993.tar.gz ports-46f2f690d51a6d37528125c66d72f0bdda710993.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xerces-c2-devel/Makefile | 4 | ||||
-rw-r--r-- | textproc/xerces-c2/Makefile | 4 | ||||
-rw-r--r-- | textproc/xerces-c27/Makefile | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/textproc/xerces-c2-devel/Makefile b/textproc/xerces-c2-devel/Makefile index e7695973a859..dac732421f48 100644 --- a/textproc/xerces-c2-devel/Makefile +++ b/textproc/xerces-c2-devel/Makefile @@ -63,6 +63,10 @@ CONFIGURE_ARGS+= -t ${TRANSCODER} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502102 +FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}" +.endif + .if defined(DEBUG) PKGNAMESUFFIX+= -debug CONFIGURE_ARGS+= -d diff --git a/textproc/xerces-c2/Makefile b/textproc/xerces-c2/Makefile index e7695973a859..dac732421f48 100644 --- a/textproc/xerces-c2/Makefile +++ b/textproc/xerces-c2/Makefile @@ -63,6 +63,10 @@ CONFIGURE_ARGS+= -t ${TRANSCODER} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502102 +FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}" +.endif + .if defined(DEBUG) PKGNAMESUFFIX+= -debug CONFIGURE_ARGS+= -d diff --git a/textproc/xerces-c27/Makefile b/textproc/xerces-c27/Makefile index e7695973a859..dac732421f48 100644 --- a/textproc/xerces-c27/Makefile +++ b/textproc/xerces-c27/Makefile @@ -63,6 +63,10 @@ CONFIGURE_ARGS+= -t ${TRANSCODER} .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502102 +FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}" +.endif + .if defined(DEBUG) PKGNAMESUFFIX+= -debug CONFIGURE_ARGS+= -d |