Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 11:04:29 +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: r327272 - head/x11-fm/xplore
Message-ID:  <201309141104.r8EB4Tv6059842@svn.freebsd.org>

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



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