svn commit: r498205 - head/devel/clanlib

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 21:09:49 UTC 2019


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 \


More information about the svn-ports-all mailing list