Date: Fri, 28 Feb 2014 08:09:39 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r346452 - in branches/2014Q1/emulators/gxemul: . files Message-ID: <201402280809.s1S89d9W063227@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Fri Feb 28 08:09:38 2014 New Revision: 346452 URL: http://svnweb.freebsd.org/changeset/ports/346452 QAT: https://qat.redports.org/buildarchive/r346452/ Log: MFH: r346073 Force gcc, since gxemul isn't clang ready yet. Fix for building with gcc 4.6 due to slight differences in namespace pollution. Approved by: portmgr (bapt) Added: branches/2014Q1/emulators/gxemul/files/patch-ab - copied unchanged from r346073, head/emulators/gxemul/files/patch-ab Modified: branches/2014Q1/emulators/gxemul/Makefile Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/emulators/gxemul/Makefile ============================================================================== --- branches/2014Q1/emulators/gxemul/Makefile Fri Feb 28 07:59:41 2014 (r346451) +++ branches/2014Q1/emulators/gxemul/Makefile Fri Feb 28 08:09:38 2014 (r346452) @@ -22,6 +22,8 @@ MAN1= gxemul.1 PORTDOCS= * PLIST_FILES= bin/gxemul +USE_GCC= yes + # svgalib installs vga.h, which conflicts with gxemul when building with # a virtual VGA adaptor. CONFLICTS= svgalib-[0-9]* Copied: branches/2014Q1/emulators/gxemul/files/patch-ab (from r346073, head/emulators/gxemul/files/patch-ab) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2014Q1/emulators/gxemul/files/patch-ab Fri Feb 28 08:09:38 2014 (r346452, copy of r346073, head/emulators/gxemul/files/patch-ab) @@ -0,0 +1,11 @@ +--- src/include/refcount_ptr.h 2010-02-14 02:33:54.000000000 -0700 ++++ src/include/refcount_ptr.h 2014-02-24 03:48:14.000000000 -0700 +@@ -28,6 +28,8 @@ + * SUCH DAMAGE. + */ + ++#include <stddef.h> ++ + /** + * \brief Base class for reference countable objects. + *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402280809.s1S89d9W063227>