diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2015-07-14 04:20:48 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2015-07-14 04:20:48 +0800 |
commit | e750ee736dd6c8d1780401402f7674c17e0034a5 (patch) | |
tree | f536c4190937b5ad4bab4c52dc247e737bde659f /net-im | |
parent | f03a0786fbd6fede9e17331243dce12794a0cf36 (diff) | |
download | freebsd-ports-gnome-e750ee736dd6c8d1780401402f7674c17e0034a5.tar.gz freebsd-ports-gnome-e750ee736dd6c8d1780401402f7674c17e0034a5.tar.zst freebsd-ports-gnome-e750ee736dd6c8d1780401402f7674c17e0034a5.zip |
Remove BROKEN_i386 and drop unused dependencies.
PR: ports/201484
Submitted by: Andriy Voskoboinyk
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/tox/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile index b4353cca15e6..3f84e4e29f13 100644 --- a/net-im/tox/Makefile +++ b/net-im/tox/Makefile @@ -21,8 +21,7 @@ GH_TAGNAME= 836daa9 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-tests -USES= autoreconf libtool openal:soft pathfix pkgconfig -USE_SDL= yes +USES= autoreconf libtool pathfix pkgconfig USE_LDCONFIG= yes PATHFIX_MAKEFILEIN= Makefile.am INSTALL_TARGET= install-strip @@ -48,11 +47,6 @@ DAEMON_LIB_DEPENDS= libconfig.so:${PORTSDIR}/devel/libconfig .include <bsd.port.options.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 -USE_GCC= yes -BROKEN_i386= '__stack_chk_fail_local' is not defined -.endif - .if ${PORT_OPTIONS:MDAEMON} USERS= toxdht USE_RC_SUBR= tox-bootstrapd |