Date: Tue, 25 Feb 2014 20:32:40 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346073 - in head/emulators/gxemul: . files Message-ID: <201402252032.s1PKWebI003826@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Tue Feb 25 20:32:40 2014 New Revision: 346073 URL: http://svnweb.freebsd.org/changeset/ports/346073 QAT: https://qat.redports.org/buildarchive/r346073/ Log: Force gcc, since gxemul isn't clang ready yet. Fix for building with gcc 4.6 due to slight differences in namespace pollution. Added: head/emulators/gxemul/files/patch-ab (contents, props changed) Modified: head/emulators/gxemul/Makefile Modified: head/emulators/gxemul/Makefile ============================================================================== --- head/emulators/gxemul/Makefile Tue Feb 25 20:26:10 2014 (r346072) +++ head/emulators/gxemul/Makefile Tue Feb 25 20:32:40 2014 (r346073) @@ -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]* Added: head/emulators/gxemul/files/patch-ab ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/emulators/gxemul/files/patch-ab Tue Feb 25 20:32:40 2014 (r346073) @@ -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?201402252032.s1PKWebI003826>