Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Oct 2012 20:48:21 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305508 - in head: devel/cdecl sysutils/x86info
Message-ID:  <201210072048.q97KmLVo068380@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Oct  7 20:48:20 2012
New Revision: 305508
URL: http://svn.freebsd.org/changeset/ports/305508

Log:
  These ports do not build with clang. Use the recently added USE_GCC=any as a result.

Modified:
  head/devel/cdecl/Makefile
  head/sysutils/x86info/Makefile

Modified: head/devel/cdecl/Makefile
==============================================================================
--- head/devel/cdecl/Makefile	Sun Oct  7 20:43:21 2012	(r305507)
+++ head/devel/cdecl/Makefile	Sun Oct  7 20:48:20 2012	(r305508)
@@ -12,6 +12,7 @@ COMMENT=	Explains complicated C/C++ decl
 
 USE_CSTD=	c89
 
+USE_GCC=	any
 ALL_TARGET=	${PORTNAME}
 MAN1=		cdecl.1
 MLINKS=		cdecl.1 c++decl.1

Modified: head/sysutils/x86info/Makefile
==============================================================================
--- head/sysutils/x86info/Makefile	Sun Oct  7 20:43:21 2012	(r305507)
+++ head/sysutils/x86info/Makefile	Sun Oct  7 20:48:20 2012	(r305508)
@@ -16,6 +16,7 @@ LIB_DEPENDS=	pci:${PORTSDIR}/devel/libpc
 
 ONLY_FOR_ARCHS=	i386 amd64
 
+USE_GCC=	any
 USE_GMAKE=	yes
 ALL_TARGET=	x86info lsmsr
 USE_PKGCONFIG=	build



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