Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 21:09:48 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498205 - head/devel/clanlib
Message-ID:  <201904062109.x36L9mOx017752@repo.freebsd.org>

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

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

Modified:
  head/devel/clanlib/Makefile

Modified: head/devel/clanlib/Makefile
==============================================================================
--- head/devel/clanlib/Makefile	Sat Apr  6 21:08:12 2019	(r498204)
+++ head/devel/clanlib/Makefile	Sat Apr  6 21:09:48 2019	(r498205)
@@ -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?201904062109.x36L9mOx017752>