svn commit: r312270 - head/graphics/xfig

Martin Wilke miwi at FreeBSD.org
Fri Feb 15 02:58:24 UTC 2013


Author: miwi
Date: Fri Feb 15 02:58:24 2013
New Revision: 312270
URL: http://svnweb.freebsd.org/changeset/ports/312270

Log:
  - Fix build with CLANG
  
  PR:		176116
  Submitted by:	Anton Shterenlikht <mexas at bristol.ac.uk>
  Approved by:	maintainer

Modified:
  head/graphics/xfig/Makefile   (contents, props changed)

Modified: head/graphics/xfig/Makefile
==============================================================================
--- head/graphics/xfig/Makefile	Fri Feb 15 02:56:42 2013	(r312269)
+++ head/graphics/xfig/Makefile	Fri Feb 15 02:58:24 2013	(r312270)
@@ -28,6 +28,7 @@ USE_IMAKE=	yes
 USE_XORG=	ice sm x11 xaw xext xi xmu xpm xt
 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-head mailing list