svn commit: r305508 - in head: devel/cdecl sysutils/x86info
Eitan Adler
eadler at FreeBSD.org
Sun Oct 7 20:48:21 UTC 2012
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
More information about the svn-ports-head
mailing list