svn commit: r327268 - head/x11-clocks/asclock

Baptiste Daroussin bapt at FreeBSD.org
Sat Sep 14 10:56:35 UTC 2013


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


More information about the svn-ports-all mailing list