svn commit: r346073 - in head/emulators/gxemul: . files

Warner Losh imp at FreeBSD.org
Tue Feb 25 20:32:41 UTC 2014


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.
+  *


More information about the svn-ports-head mailing list