diff options
author | thierry <thierry@FreeBSD.org> | 2015-07-14 04:20:48 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2015-07-14 04:20:48 +0800 |
commit | 293d6f4a53152bfb97b8a051dc10828c3f5870bf (patch) | |
tree | f536c4190937b5ad4bab4c52dc247e737bde659f /net-im/tox | |
parent | 7e99cd14bfdc88e4f4aec2b195d698f9d229159c (diff) | |
download | freebsd-ports-gnome-293d6f4a53152bfb97b8a051dc10828c3f5870bf.tar.gz freebsd-ports-gnome-293d6f4a53152bfb97b8a051dc10828c3f5870bf.tar.zst freebsd-ports-gnome-293d6f4a53152bfb97b8a051dc10828c3f5870bf.zip |
Remove BROKEN_i386 and drop unused dependencies.
PR: ports/201484
Submitted by: Andriy Voskoboinyk
Diffstat (limited to 'net-im/tox')
-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 |