Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2013 10:56:35 +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: r327268 - head/x11-clocks/asclock
Message-ID:  <201309141056.r8EAuZum054387@svn.freebsd.org>

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

Log:
  Remove USE_GCC=any, builds properly with clang

Modified:
  head/x11-clocks/asclock/Makefile

Modified: head/x11-clocks/asclock/Makefile
==============================================================================
--- head/x11-clocks/asclock/Makefile	Sat Sep 14 10:54:57 2013	(r327267)
+++ head/x11-clocks/asclock/Makefile	Sat Sep 14 10:56:34 2013	(r327268)
@@ -18,7 +18,6 @@ CONFLICTS=	asclock-gtk-[0-9]* asclock-xl
 # clang's cpp destroys whitespace, particularly hard tabs in makefiles,
 # which is fatal for imake.
 USES=		imake
-USE_GCC=	any
 USE_XORG=	xpm xext x11
 MAN1=		asclock.1
 PLIST_FILES=	bin/asclock



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