Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jul 2013 12:35:44 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323962 - head/net-im/ysm
Message-ID:  <201307301235.r6UCZi1E012566@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307301235.r6UCZi1E012566>