From 169df12da98e452ef4606139aa8e48dcb13afd0a Mon Sep 17 00:00:00 2001 From: arved Date: Wed, 20 Jul 2011 18:12:14 +0000 Subject: Add c89 only for clang Reported by: pointyhat --- net-im/ysm/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net-im') 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 -- cgit