diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-30 12:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-30 12:35:44 +0000 |
commit | 0d000f0a8a93b2db657f2681b313b4e7fa085d88 (patch) | |
tree | 37d9f07f1900b30c83239599bcc6b3abac2ebe5c | |
parent | 83b11f606e96f3aa38a81e2bcd853e1447403404 (diff) | |
download | freebsd-ports-0d000f0a8a93b2db657f2681b313b4e7fa085d88.zip |
Fix build with clang_is_cc by always forcing gnu89
-rw-r--r-- | net-im/ysm/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/net-im/ysm/Makefile b/net-im/ysm/Makefile index 0b9f1075efe5..838a50832095 100644 --- a/net-im/ysm/Makefile +++ b/net-im/ysm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ysm -# Date created: May 28, 2002 -# Whom: vampiro -# +# Created by: vampiro # $FreeBSD$ -# PORTNAME= ysm PORTVERSION= 7.2.9.9.1 @@ -15,13 +11,10 @@ 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 -USES= iconv +USES= iconv gmake USE_BZIP2= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -liconv |