svn commit: r327272 - head/x11-fm/xplore

Baptiste Daroussin bapt at FreeBSD.org
Sat Sep 14 11:04:29 UTC 2013


Author: bapt
Date: Sat Sep 14 11:04:29 2013
New Revision: 327272
URL: http://svnweb.freebsd.org/changeset/ports/327272

Log:
  Remove USE_GCC=any: builds properly with clang

Modified:
  head/x11-fm/xplore/Makefile

Modified: head/x11-fm/xplore/Makefile
==============================================================================
--- head/x11-fm/xplore/Makefile	Sat Sep 14 10:59:34 2013	(r327271)
+++ head/x11-fm/xplore/Makefile	Sat Sep 14 11:04:29 2013	(r327272)
@@ -13,7 +13,6 @@ COMMENT=	Yet another Motif file manager
 LICENSE=	GPLv2
 
 USES=		imake motif
-USE_GCC=	any
 USE_XORG=	xpm
 MAKE_JOBS_UNSAFE=yes
 CFLAGS+=	-Wno-return-type


More information about the svn-ports-all mailing list