diff options
author | arved <arved@FreeBSD.org> | 2011-07-21 02:12:14 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2011-07-21 02:12:14 +0800 |
commit | 169df12da98e452ef4606139aa8e48dcb13afd0a (patch) | |
tree | 365772c9583fcd05962ba690c3eb1f7c798166cc /net-im/ysm | |
parent | a5f4ab4c68130717d05e672649fd16b99c2ccc0e (diff) | |
download | freebsd-ports-gnome-169df12da98e452ef4606139aa8e48dcb13afd0a.tar.gz freebsd-ports-gnome-169df12da98e452ef4606139aa8e48dcb13afd0a.tar.zst freebsd-ports-gnome-169df12da98e452ef4606139aa8e48dcb13afd0a.zip |
Add c89 only for clang
Reported by: pointyhat
Diffstat (limited to 'net-im/ysm')
-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 dd66ce3f04c7..3ef69726e0ca 100644 --- a/net-im/ysm/Makefile +++ b/net-im/ysm/Makefile @@ -15,7 +15,9 @@ DISTNAME= ${PORTNAME}v${PORTVERSION:S/./_/g} MAINTAINER= ports@FreeBSD.org COMMENT= Command line ICQ client with ICQ2000 and recoding support +.if ${CC} == "clang" USE_CSTD= c89 +.endif USE_ICONV= yes USE_BZIP2= yes |