Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 11:42:42 +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: r327276 - head/graphics/xfig
Message-ID:  <201309141142.r8EBggnJ080360@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Sep 14 11:42:42 2013
New Revision: 327276
URL: http://svnweb.freebsd.org/changeset/ports/327276

Log:
  Fix build with clang, remove USE_GCC

Modified:
  head/graphics/xfig/Makefile

Modified: head/graphics/xfig/Makefile
==============================================================================
--- head/graphics/xfig/Makefile	Sat Sep 14 11:39:42 2013	(r327275)
+++ head/graphics/xfig/Makefile	Sat Sep 14 11:42:42 2013	(r327276)
@@ -21,9 +21,10 @@ WRKSRC=		${WRKDIR}/${PORTNAME}.${PORTVER
 
 USES=		imake
 USE_XORG=	ice sm x11 xaw xext xi xmu xpm xt
+USE_CSTD=	gnu89
+CFLAGS+=	-Wno-return-type
 MAN1=		xfig.1
 MANCOMPRESSED=	yes
-USE_GCC=	any
 
 MAKE_ENV+=	DOCSDIR=${DOCSDIR} CHMOD=${CHMOD} TAR=${TAR}
 MAKE_ARGS+=	INSTALLFLAGS="${COPY}" \



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