svn commit: r327276 - head/graphics/xfig

Baptiste Daroussin bapt at FreeBSD.org
Sat Sep 14 11:42:43 UTC 2013


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}" \


More information about the svn-ports-all mailing list