aboutsummaryrefslogtreecommitdiff
path: root/ftp/vsftpd-ext
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-25 11:34:13 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-25 11:34:13 +0000
commit8c57ee4f0c61991d0196274b2c0e28e51b5f6644 (patch)
treec4aa7e09e5d6c24d68fb68c03b9240fa591a6ef3 /ftp/vsftpd-ext
parent78b1692e15274f99ef86e26b95cfd2f24cf48678 (diff)
downloadports-8c57ee4f0c61991d0196274b2c0e28e51b5f6644.tar.gz
ports-8c57ee4f0c61991d0196274b2c0e28e51b5f6644.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
Notes
Notes: svn path=/head/; revision=390559
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}