diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2015-11-15 18:54:09 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2015-11-15 18:54:09 +0000 |
commit | 238cbd70bece529298e330463558d6602e131f75 (patch) | |
tree | 5772e8a9615275680f3a928decd8923a4384a502 /net-im/tox | |
parent | 40e3664d822d01210e91944959336829545cb824 (diff) |
Fix build on FreeBSD 9-x with clang.
PR: ports/204532
Reported by: rozhuk.im (at) gmail.com
Notes
Notes:
svn path=/head/; revision=401722
Diffstat (limited to 'net-im/tox')
-rw-r--r-- | net-im/tox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile index 6aef0dacdfe9..aceaf96aee65 100644 --- a/net-im/tox/Makefile +++ b/net-im/tox/Makefile @@ -22,7 +22,7 @@ GH_TAGNAME= 22634a4 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-tests -USES= autoreconf libtool pathfix pkgconfig +USES= autoreconf compiler:c11 libtool pathfix pkgconfig USE_LDCONFIG= yes PATHFIX_MAKEFILEIN= Makefile.am INSTALL_TARGET= install-strip |