Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 21:10:06 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r498206 - branches/2019Q2/devel/clanlib
Message-ID:  <201904062110.x36LA6NE017925@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Apr  6 21:10:06 2019
New Revision: 498206
URL: https://svnweb.freebsd.org/changeset/ports/498206

Log:
  MFH: r498205
  
  Mark BROKEN on i386
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/devel/clanlib/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/devel/clanlib/Makefile
==============================================================================
--- branches/2019Q2/devel/clanlib/Makefile	Sat Apr  6 21:09:48 2019	(r498205)
+++ branches/2019Q2/devel/clanlib/Makefile	Sat Apr  6 21:10:06 2019	(r498206)
@@ -15,6 +15,7 @@ COMMENT=	Cross-platform game SDK
 LICENSE=	ZLIB
 
 BROKEN_aarch64=		fails to compile: X11/x11_window.cpp:1626:40: use of undeclared identifier 'malloc'; did you mean 'valloc'?
+BROKEN_i386=		typedef redefinition with different types ('ptrdiff_t' (aka 'int') vs 'khronos_intptr_t' (aka 'long'))
 
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libmikmod.so:audio/libmikmod \



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