diff options
author | thierry <thierry@FreeBSD.org> | 2015-11-16 02:54:09 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2015-11-16 02:54:09 +0800 |
commit | 6c88eeda5cffab0ef9f8e5a74b3acecefb397034 (patch) | |
tree | 5772e8a9615275680f3a928decd8923a4384a502 /net-im | |
parent | 7d4e3dffdc6e814199e1734fa917597f705e2cdc (diff) | |
download | freebsd-ports-gnome-6c88eeda5cffab0ef9f8e5a74b3acecefb397034.tar.gz freebsd-ports-gnome-6c88eeda5cffab0ef9f8e5a74b3acecefb397034.tar.zst freebsd-ports-gnome-6c88eeda5cffab0ef9f8e5a74b3acecefb397034.zip |
Fix build on FreeBSD 9-x with clang.
PR: ports/204532
Reported by: rozhuk.im (at) gmail.com
Diffstat (limited to 'net-im')
-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 |