svn commit: r316803 - head/x11-clocks/swisswatch

MIHIRA Sanpei Yoshiro sanpei at FreeBSD.org
Mon Apr 29 11:00:06 UTC 2013


Author: sanpei
Date: Mon Apr 29 11:00:06 2013
New Revision: 316803
URL: http://svnweb.freebsd.org/changeset/ports/316803

Log:
  - Fix build with CLANG

Modified:
  head/x11-clocks/swisswatch/Makefile   (contents, props changed)

Modified: head/x11-clocks/swisswatch/Makefile
==============================================================================
--- head/x11-clocks/swisswatch/Makefile	Mon Apr 29 10:53:19 2013	(r316802)
+++ head/x11-clocks/swisswatch/Makefile	Mon Apr 29 11:00:06 2013	(r316803)
@@ -15,6 +15,7 @@ EXTRACT_SUFX=	.tar.Z
 MAINTAINER=	sanpei at FreeBSD.org
 COMMENT=	A Swiss railway clock emulation, and a fancy default appearance
 
+USE_GCC=	any
 USE_IMAKE=	yes
 USE_XORG=	ice sm x11 xext xmu xt
 MAN1=		swisswatch.1


More information about the svn-ports-all mailing list