diff options
author | arved <arved@FreeBSD.org> | 2011-07-14 16:07:05 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-07-14 16:07:05 +0000 |
commit | 9e57f06850121198e478693481b3c8b9226e0082 (patch) | |
tree | 749f36a3c0ffbe7669f36b4aaf66b30b337e28a2 | |
parent | 0b43c67eb5dfe55af0dc42439464324df08bc878 (diff) | |
download | FreeBSD-ports-9e57f06850121198e478693481b3c8b9226e0082.zip FreeBSD-ports-9e57f06850121198e478693481b3c8b9226e0082.tar.gz |
Fix build with clang
PR: 158436
Submitted by: Niclas Zeising
-rw-r--r-- | net-im/ysm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/ysm/Makefile b/net-im/ysm/Makefile index 3f78995..dd66ce3 100644 --- a/net-im/ysm/Makefile +++ b/net-im/ysm/Makefile @@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}v${PORTVERSION:S/./_/g} MAINTAINER= ports@FreeBSD.org COMMENT= Command line ICQ client with ICQ2000 and recoding support +USE_CSTD= c89 + USE_ICONV= yes USE_BZIP2= yes USE_GMAKE= yes |