diff options
author | kris <kris@FreeBSD.org> | 2004-02-17 08:20:41 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-17 08:20:41 +0800 |
commit | 0783500376930eb242169bed0d355c25535a05b6 (patch) | |
tree | 4eb660caba0304ef684400c54068f497ceef48bc /lang/qscheme | |
parent | 67ea34782aaeb83ec9249462b2b2173d4075f098 (diff) | |
download | freebsd-ports-gnome-0783500376930eb242169bed0d355c25535a05b6.tar.gz freebsd-ports-gnome-0783500376930eb242169bed0d355c25535a05b6.tar.zst freebsd-ports-gnome-0783500376930eb242169bed0d355c25535a05b6.zip |
FORBIDDEN on 502102: does not respect PTHREAD_{CFLAGS,LIBS}
Diffstat (limited to 'lang/qscheme')
-rw-r--r-- | lang/qscheme/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/qscheme/Makefile b/lang/qscheme/Makefile index d83c1fc86f7f..d7ceedf8aad9 100644 --- a/lang/qscheme/Makefile +++ b/lang/qscheme/Makefile @@ -46,4 +46,8 @@ CONFIGURE_ARGS+= --with-gmp-lib=${LOCALBASE}/lib \ --with-gmp-inc=${LOCALBASE}/include .endif +.if ${OSVERSION} >= 502102 +FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}" +.endif + .include <bsd.port.post.mk> |