svn commit: r323962 - head/net-im/ysm

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 30 12:35:44 UTC 2013


Author: bapt
Date: Tue Jul 30 12:35:44 2013
New Revision: 323962
URL: http://svnweb.freebsd.org/changeset/ports/323962

Log:
  Fix build with clang_is_cc by always forcing gnu89

Modified:
  head/net-im/ysm/Makefile

Modified: head/net-im/ysm/Makefile
==============================================================================
--- head/net-im/ysm/Makefile	Tue Jul 30 12:34:07 2013	(r323961)
+++ head/net-im/ysm/Makefile	Tue Jul 30 12:35:44 2013	(r323962)
@@ -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/./
 MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list