aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/vsftpd-ext
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-25 19:34:13 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-25 19:34:13 +0800
commit5dec310ff0f7fc3832e48ca4a1278f3182461407 (patch)
treec4aa7e09e5d6c24d68fb68c03b9240fa591a6ef3 /ftp/vsftpd-ext
parent2046dbff8e12ff2ef48d97a760a52e8fb281a239 (diff)
downloadfreebsd-ports-gnome-5dec310ff0f7fc3832e48ca4a1278f3182461407.tar.gz
freebsd-ports-gnome-5dec310ff0f7fc3832e48ca4a1278f3182461407.tar.zst
freebsd-ports-gnome-5dec310ff0f7fc3832e48ca4a1278f3182461407.zip
- Mark BROKEN on 9.x i386:
sysutil.c:(.text+0x13da): undefined reference to `__stack_chk_fail_local' Approved by: portmgr blanket Reported by: pkg-fallout
Diffstat (limited to 'ftp/vsftpd-ext')
-rw-r--r--ftp/vsftpd-ext/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/vsftpd-ext/Makefile b/ftp/vsftpd-ext/Makefile
index 90f2708b6ac2..b6d729de531d 100644
--- a/ftp/vsftpd-ext/Makefile
+++ b/ftp/vsftpd-ext/Makefile
@@ -42,6 +42,9 @@ CONFLICTS= vsftpd-3* vsftpd${SSL_SUFFIX}${PKGNAMESUFFIX2}-3*
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 902001
BUILD_DEPENDS+= clang33:${PORTSDIR}/lang/clang33
CC= clang33
+.if ${ARCH} == i386
+BROKEN= does not build on 9.x i386
+.endif
.endif
.if ${PORT_OPTIONS:MRC_SCRIPT}