aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qscheme
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-17 08:20:41 +0800
committerkris <kris@FreeBSD.org>2004-02-17 08:20:41 +0800
commit0783500376930eb242169bed0d355c25535a05b6 (patch)
tree4eb660caba0304ef684400c54068f497ceef48bc /lang/qscheme
parent67ea34782aaeb83ec9249462b2b2173d4075f098 (diff)
downloadfreebsd-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/Makefile4
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>