aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-13 13:42:15 +0800
committerkris <kris@FreeBSD.org>2004-03-13 13:42:15 +0800
commit7a323dd4e65df3ea683379b6a56d722db47180d0 (patch)
tree9fffcabb918cbc6a4fd127f1ff9aa024a8e2edf7 /devel
parent912b6587311922a1af657f1777db31eba9b04548 (diff)
downloadfreebsd-ports-gnome-7a323dd4e65df3ea683379b6a56d722db47180d0.tar.gz
freebsd-ports-gnome-7a323dd4e65df3ea683379b6a56d722db47180d0.tar.zst
freebsd-ports-gnome-7a323dd4e65df3ea683379b6a56d722db47180d0.zip
BROKEN on 4.x: Configure fails
Diffstat (limited to 'devel')
-rw-r--r--devel/apr/Makefile4
-rw-r--r--devel/apr0/Makefile4
-rw-r--r--devel/apr1/Makefile4
-rw-r--r--devel/apr2/Makefile4
4 files changed, 16 insertions, 0 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile
index ef1262fbe9e4..a22dcacbec89 100644
--- a/devel/apr/Makefile
+++ b/devel/apr/Makefile
@@ -44,6 +44,10 @@ APR_UTIL_CONF_ARGS= --with-apr=../apr-${PORTVERSION} \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= "Configure fails on 4.x"
+.endif
+
.if defined(APR_UTIL_WITHOUT_THREADS)
CONFIGURE_ARGS+= --disable-threads
APR_UTIL_CONF_ARGS+= --disable-threads
diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile
index ef1262fbe9e4..a22dcacbec89 100644
--- a/devel/apr0/Makefile
+++ b/devel/apr0/Makefile
@@ -44,6 +44,10 @@ APR_UTIL_CONF_ARGS= --with-apr=../apr-${PORTVERSION} \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= "Configure fails on 4.x"
+.endif
+
.if defined(APR_UTIL_WITHOUT_THREADS)
CONFIGURE_ARGS+= --disable-threads
APR_UTIL_CONF_ARGS+= --disable-threads
diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile
index ef1262fbe9e4..a22dcacbec89 100644
--- a/devel/apr1/Makefile
+++ b/devel/apr1/Makefile
@@ -44,6 +44,10 @@ APR_UTIL_CONF_ARGS= --with-apr=../apr-${PORTVERSION} \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= "Configure fails on 4.x"
+.endif
+
.if defined(APR_UTIL_WITHOUT_THREADS)
CONFIGURE_ARGS+= --disable-threads
APR_UTIL_CONF_ARGS+= --disable-threads
diff --git a/devel/apr2/Makefile b/devel/apr2/Makefile
index ef1262fbe9e4..a22dcacbec89 100644
--- a/devel/apr2/Makefile
+++ b/devel/apr2/Makefile
@@ -44,6 +44,10 @@ APR_UTIL_CONF_ARGS= --with-apr=../apr-${PORTVERSION} \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= "Configure fails on 4.x"
+.endif
+
.if defined(APR_UTIL_WITHOUT_THREADS)
CONFIGURE_ARGS+= --disable-threads
APR_UTIL_CONF_ARGS+= --disable-threads